Javascript Array isArray(obj)
Array.isArray = Array.isArray || function (obj) { return ({}).toString.call(obj) === '[object Array]'; };