/ Published in: JavaScript
Expand |
Embed | Plain Text
function isArray(o) { return Object.prototype.toString.call(o) === '[object Array]'; }
You need to login to post a comment.
function isArray(o) { return Object.prototype.toString.call(o) === '[object Array]'; }
You need to login to post a comment.