0
Similar to Arrays?
Could you reference objects by arrays?
1 Answer
+ 1
Arrays are just regular objects. In Javascript, there are only 6 data types defined â the primitives (boolean, number, string, null, undefined) andobject (the only reference type). ... You can use any name as property for anobjects, including numbers or even empty string.