Skip to content

Instantly share code, notes, and snippets.

@antoniocosentino
Created November 14, 2018 09:29
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 antoniocosentino/ead82faeb20bb6e9127a5951290df4b5 to your computer and use it in GitHub Desktop.
Save antoniocosentino/ead82faeb20bb6e9127a5951290df4b5 to your computer and use it in GitHub Desktop.
const map = new Map([[1, 'one'][2, 'two']])
map.forEach(val => {
console.log(val)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment