Skip to content

Instantly share code, notes, and snippets.

@olddustysocksunderthecouch
Created May 7, 2018 11:38
Show Gist options
  • Save olddustysocksunderthecouch/e391037530d9579e6ecbfd4d2197f8d2 to your computer and use it in GitHub Desktop.
Save olddustysocksunderthecouch/e391037530d9579e6ecbfd4d2197f8d2 to your computer and use it in GitHub Desktop.
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