Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save yitonghe00/c48325679276ddaa3b60986ec5a93c14 to your computer and use it in GitHub Desktop.
Save yitonghe00/c48325679276ddaa3b60986ec5a93c14 to your computer and use it in GitHub Desktop.
let map = {one: true, two: true, hasOwnProperty: true};
// Fix this call
console.log(Object.prototype.hasOwnProperty.call(map, "one"));
// → true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment