When creating an array with an object,
the object properties
must be indexed. This means
the keys in the object should
be numbers. And the numbers
should go from zero to the
length of the array.
In the following object, we don't
have indexed keys:
In the following object, we
have indexed keys: