Skip to content

Instantly share code, notes, and snippets.

@hajimehoshi
Last active June 30, 2018 10: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 hajimehoshi/eb123a9d40b9c52e9b39febf9cdc419a to your computer and use it in GitHub Desktop.
Save hajimehoshi/eb123a9d40b9c52e9b39febf9cdc419a to your computer and use it in GitHub Desktop.
const m = new Map();
const a = Object.prototype;
m[a] = 'This is a'
const b = {};
console.log(m[b]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment