Created
May 7, 2018 11:38
-
-
Save olddustysocksunderthecouch/e391037530d9579e6ecbfd4d2197f8d2 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
let newArr = oldArr.map((element, index, arr) => { | |
// return element to new Array | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment