Created
July 14, 2019 19:19
-
-
Save indreklasn/fce12b219f073b76877e0a4c51e18c69 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
// make this work | |
duplicate([1,2,3,4,5]); // [1,2,3,4,5,1,2,3,4,5] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
One possible solution: