lundi 22 août 2016

Detect if parameter passed is an array? Javascript [duplicate]

Possible Duplicate:
How to detect if a variable is an array

I have a simple question:

How do I detect if a parameter passed to my javascript function is an array? I don't believe that I can test:

if (typeof paramThatCouldBeArray == 'array') 

So is it possible?

How would I do it?

Thanks in advance.

Aucun commentaire:

Enregistrer un commentaire