Computer Science, asked by srushti4346, 10 months ago

What are the data structures in javascript?

Answers

Answered by saranyaammu3
0

Answer:

At a high level, there are basically three types of data structures. Stacks and Queues are array-like structures that differ only in how items are inserted and removed. Linked Lists, Trees, and Graphs are structures with nodes that keep references to other nodes

Explanation:

Similar questions