Skip to content

Instantly share code, notes, and snippets.

@indreklasn
Created July 14, 2019 19:19
Show Gist options
  • Save indreklasn/fce12b219f073b76877e0a4c51e18c69 to your computer and use it in GitHub Desktop.
Save indreklasn/fce12b219f073b76877e0a4c51e18c69 to your computer and use it in GitHub Desktop.
// make this work
duplicate([1,2,3,4,5]); // [1,2,3,4,5,1,2,3,4,5]
@indreklasn
Copy link
Author

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment