Array

An Array is a collection of multiple values stored in a single variable.

let fruits = ["Apple", "Mango", "Orange"];

Enter fullscreen mode

Exit fullscreen mode