DEV Community

Discussion on: Understanding Javascript Array Series I - What is an Array?

Collapse
 
bushblade profile image
Will Adams

Arrays are objects in JavaScript, their keys are the index. They just have an iterator. So both arrays and objects use the key value data structure they're not different in that respect.