Skip to content

Instantly share code, notes, and snippets.

@Ibro
Created February 27, 2018 05:11
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 Ibro/56d29751efefe703b0bd59c278c91c6f to your computer and use it in GitHub Desktop.
Save Ibro/56d29751efefe703b0bd59c278c91c6f to your computer and use it in GitHub Desktop.
CodingBlast blog - Set, Map - https://codingblast.com/javascript-set-map/
let obj = {};
console.log(obj['toString'])
console.log(obj['hasOwnProperty'])
console.log(obj['constructor'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment