JavaScript

instanceof

if (x instanceof Array) {
        //something
 }

José M. Vidal .

63 of 65