JavaScript

Arrays

var a = [1, "hello", true, {x:1, y:2}, 4];
a;

José M. Vidal .

13 of 65