Skip to content

Instantly share code, notes, and snippets.

@cesarkohl
Created January 13, 2020 14:37
Show Gist options
  • Select an option

  • Save cesarkohl/56079431a9e9b9a713216e1afd8ec22f to your computer and use it in GitHub Desktop.

Select an option

Save cesarkohl/56079431a9e9b9a713216e1afd8ec22f to your computer and use it in GitHub Desktop.
console.log (map.get ("string")); // I'm a string
console.log (map.get (object)); // I am an object
console.log (map.get (function)); // I am a function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment