Skip to content

Instantly share code, notes, and snippets.

@debugmodedotnet
Created December 31, 2018 09: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/0431136eeb298a049595151e8aba9246 to your computer and use it in GitHub Desktop.
Save debugmodedotnet/0431136eeb298a049595151e8aba9246 to your computer and use it in GitHub Desktop.
const babycat = {
age: '1',
color: 'white'
}
for (var prop in babycat) {
console.log(prop);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment