This snippet will give you the IsArray function for Javascript.
Sample Javascript
Object.prototype.IsArray = function() { return this.constructor == Array; }
All the Code Snippets and Samples you need
This snippet will give you the IsArray function for Javascript.
Object.prototype.IsArray = function() { return this.constructor == Array; }
You must be logged in to post a comment.
RT @CodeSnippetsNET: IsArray function for #Javascript http://t.co/egwtpgZjbv #js #php #html #css #programming #code
RT @CodeSnippetsNET: IsArray function for #Javascript http://t.co/egwtpgZjbv #js #php #html #css #programming #code