Skip to content

Instantly share code, notes, and snippets.

@debugmodedotnet
Created December 7, 2016 12:13
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 debugmodedotnet/de73f7faccb6cdcb3e0572bcd837d3d8 to your computer and use it in GitHub Desktop.
Save debugmodedotnet/de73f7faccb6cdcb3e0572bcd837d3d8 to your computer and use it in GitHub Desktop.
console.log(Object.getOwnPropertyDescriptor(cat,"canRun"));
console.log(Object.getOwnPropertyDescriptor(cat,'name'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment