Skip to content

Instantly share code, notes, and snippets.

@devmobasa
Last active April 26, 2017 04:56
Show Gist options
  • Select an option

  • Save devmobasa/be737b77b11f3d64c608ccb1382c3f08 to your computer and use it in GitHub Desktop.

Select an option

Save devmobasa/be737b77b11f3d64c608ccb1382c3f08 to your computer and use it in GitHub Desktop.
JavaScript symbols - getOwnPropertyNames - Coding Blast - www.codingblast.com
let props = Object.getOwnPropertyNames(obj);
console.log(props); // ["a"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment