Created
March 25, 2016 16:40
-
-
Save yyong37/d22bd40981aeb33b61fe to your computer and use it in GitHub Desktop.
Javascript
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
var is_array = function(value) { | |
return Object.prototype.toString.apply(value) === '[object Array]'; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment