Skip to content

Instantly share code, notes, and snippets.

@mateusmarquezini
Created January 10, 2019 15:31
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/2222b02d4db54df77d5ef1f8023b1d71 to your computer and use it in GitHub Desktop.
Save mateusmarquezini/2222b02d4db54df77d5ef1f8023b1d71 to your computer and use it in GitHub Desktop.
console.log(mapa.has("texto")) // true
console.log(mapa.has(2)) // true
console.log(mapa.has("Olá, mundo!")) // false
console.log(mapa.has(5)) // false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment