Skip to content

Instantly share code, notes, and snippets.

@mateusmarquezini
Created January 10, 2019 15:43
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 mateusmarquezini/0fb4a8e55d80ef3371b2066b4a3569d8 to your computer and use it in GitHub Desktop.
Save mateusmarquezini/0fb4a8e55d80ef3371b2066b4a3569d8 to your computer and use it in GitHub Desktop.
let mapa = new WeakMap()
mapa.set(1, "Eu sou o número 1")
console.log(mapa.get(1))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment