Skip to content

Instantly share code, notes, and snippets.

@siddrc
Created September 1, 2018 19:19
Show Gist options
  • Save siddrc/acb9750d2cf65e87eb4f5836da836538 to your computer and use it in GitHub Desktop.
Save siddrc/acb9750d2cf65e87eb4f5836da836538 to your computer and use it in GitHub Desktop.
map-example
const map = {
"TCS" : "Tata Consultancy Services",
"SUN" : "Stanford University Networks"
}
function getCompanyName(abbr){
return map[abbr]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment