Skip to content

Instantly share code, notes, and snippets.

@AndrewBuntsev
Created August 2, 2020 02:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AndrewBuntsev/e4f0967a8fe819bb4ddd49c7e85dbc41 to your computer and use it in GitHub Desktop.
Save AndrewBuntsev/e4f0967a8fe819bb4ddd49c7e85dbc41 to your computer and use it in GitHub Desktop.
['1', '7', '11'].map((val, index, arr) => parseInt(val, index, arr));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment