predamarcel
IS-IT--Management
I have a javascript function in which one of the parameters SHOULD BE Array, not other Object.
In case if it is not an array I shoud do a quick return,
but I can not figure how to make the difference between the Array type and other Object type.
That because typeof var_array is object
Any ideas ?
___
____
In case if it is not an array I shoud do a quick return,
but I can not figure how to make the difference between the Array type and other Object type.
That because typeof var_array is object
Any ideas ?
___
____