Skip to content

Instantly share code, notes, and snippets.

@haltcase
Created November 29, 2017 02:41
Show Gist options
  • Save haltcase/9e53ed61a1880862e5faa8dedb115b93 to your computer and use it in GitHub Desktop.
Save haltcase/9e53ed61a1880862e5faa8dedb115b93 to your computer and use it in GitHub Desktop.
const array = [1, 2, 3]
_arg => array.map(_arg)
array.map(_it => _it)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment