←
^
→
JavaScript
Arrays
Arrays are a
lot
like objects.
They are also implemented as maps.
Create them with
var
a
= [1, "
hello
",
true
, {x:1, y:2}, 4];
a;
José M. Vidal
.
13 of 65