Skip to content

Instantly share code, notes, and snippets.

@caitp
Created December 22, 2014 20:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save caitp/dc25c497fe1ef4006a12 to your computer and use it in GitHub Desktop.
Save caitp/dc25c497fe1ef4006a12 to your computer and use it in GitHub Desktop.
So Close!
d8> function fn(a, ...b) { return b; }
undefined
d8> fn(1,2,3)
[3, 32767]
d8>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment