▲ Comparing Data Structures in JavaScript (Arrays vs Objects) at blog.soshace.com▼2 up and 0 down, posted by soshace 1543 days ago 1 comment
tracker1 1540 days ago. link 1 point ▲ ▼Arrays and Objects in JS are not quite 1:1 as the memory structures for lower-level languages. Arrays are more like enhanced objects, with more indexes. Objects are also a bit more than just a hash table, it's just he easiest way to think about it.