JavaScript way to tell if an object is an Array - by damienmac What's the 'right' way to tell if an object is an Array? function isArray(o) { ??? } Read the article