Created
December 22, 2014 20:03
-
-
Save caitp/dc25c497fe1ef4006a12 to your computer and use it in GitHub Desktop.
So Close!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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