Skip to content

Instantly share code, notes, and snippets.

@mateusmarquezini
Created January 10, 2019 15:26
Show Gist options
  • Save mateusmarquezini/0f47b4ae363735d7f380531039db39ce to your computer and use it in GitHub Desktop.
Save mateusmarquezini/0f47b4ae363735d7f380531039db39ce to your computer and use it in GitHub Desktop.
console.log(mapa.get(“texto”)) // "A chave é do tipo string"
console.log(mapa.get(2)) // "A chave é do tipo numérico"
console.log(mapa.get(ler)) // "A chave é uma função"
console.log(mapa.get(carro)) // "A chave é um objeto"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment