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