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
| d8> function fn(a, ...b) { return b; } | |
| undefined | |
| d8> fn(1,2,3) | |
| [3, 32767] | |
| d8> |