Array & Object

What is Array?

The Array, as with arrays in other programming languages, enables storing a collection of multiple items under a single variable name, and has members for performing common array operations.

What is Object?

The Object type represents one of JavaScript's data types. It is used to store various keyed collections and more complex entities. Objects can be created using the Object() constructor or the object initializer / literal syntax.