Just a simple question, but can't get an answer on my own.
In memory Array are use contiguous space to store the data.
Object use pointer to look where the data are stored.
(correct me if i'm wrong :D )
In Javascript Array are object, does it means that Array work like object for memory storage ?