Skip to content

Instantly share code, notes, and snippets.

@jmakeig
Created November 10, 2014 20:08
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 jmakeig/5241be7310cc5a619240 to your computer and use it in GitHub Desktop.
Save jmakeig/5241be7310cc5a619240 to your computer and use it in GitHub Desktop.
Get all properties, enumerable and not, of the prototype of an object
Object.getOwnPropertyNames(Object.getPrototypeOf(obj));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment