Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

200
Views
What kind of Data Structure is an Array in Javascript? Array or List?

I have studied that an Array has homogenous elements and a List has heterogenous elements. But, in JavaScript, we call it Array and it takes elements of different data type too. How is that possible? Isn't it contradictory to the definition?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Arrays in Javascript are a special kind of object. It's basically an object with numeric keys that are ordered (starting from 0). Also, this object has special methods for dealing with this kind of data structure.

Therefore, an object in Javascript follows the category of dictionary data structure:

In JavaScript, an object is a collection of key-value pairs. This data structure is also called map, dictionary or hash-table in other programming languages.

https://www.freecodecamp.org/news/data-structures-in-javascript-with-examples/#objects-hash-tables-

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!