I have read lots and lots of possible solutions all with its drawbacks, e.g. if it from a different frame or if it is a custom object including 'array' in its constructor, etc. but all more than 3 months old. The lattest mentioned Array.isArray([]) that comes with ECMAScript 5th Edition but do not work with IE7 and lower. Wanna know if there is a sure-proof solution for all?
P.S. For my particular application I take some arrays from JSON and want to check that they are arrays and then check teir length property to see if they have data inside
P.S. For my particular application I take some arrays from JSON and want to check that they are arrays and then check teir length property to see if they have data inside
Comment