Created
July 13, 2016 15:34
-
-
Save donabrams/f5d066d3ed74aa4d59c9a274d9ee7e9a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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