Created
February 5, 2017 10:48
-
-
Save cyrilletuzi/68cdec665ca5efc14441c1d8f548b619 to your computer and use it in GitHub Desktop.
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
function myArrayPush(...values) { | |
for (let value of values) {} | |
} | |
myArrayPush(1, 2, 3); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment