Skip to content

Instantly share code, notes, and snippets.

@donabrams
Created July 13, 2016 15:34
Show Gist options
  • Save donabrams/f5d066d3ed74aa4d59c9a274d9ee7e9a to your computer and use it in GitHub Desktop.
Save donabrams/f5d066d3ed74aa4d59c9a274d9ee7e9a to your computer and use it in GitHub Desktop.
let obj = checkin
do {
console.log(Object.getOwnPropertyNames(obj))
} while ((obj = Object.getPrototypeOf(obj)) !== null)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment