JavaScript way to tell if an object is an Array

Posted by damienmac on Stack Overflow See other posts from Stack Overflow or by damienmac
Published on 2010-05-28T21:38:16Z Indexed on 2010/05/28 21:42 UTC
Read the original article Hit count: 97

Filed under:

What's the 'right' way to tell if an object is an Array?

function isArray(o) { ??? }

© Stack Overflow or respective owner

Related posts about JavaScript