Skip to content

Instantly share code, notes, and snippets.

@leafiy
Created May 18, 2018 18:46
Show Gist options
  • Select an option

  • Save leafiy/7ea933bef8c60dcabb27b117f1caaf58 to your computer and use it in GitHub Desktop.

Select an option

Save leafiy/7ea933bef8c60dcabb27b117f1caaf58 to your computer and use it in GitHub Desktop.
none
if( Object.prototype.toString.call( someObject ) === '[object Object]' ) {
// do your iteration
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment