Created
May 18, 2018 18:46
-
-
Save leafiy/7ea933bef8c60dcabb27b117f1caaf58 to your computer and use it in GitHub Desktop.
none
This file contains hidden or 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
| 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