🏠 New in Low Baseline Support: Array (initial support)

July 29, 2015

caniuse · mdn · [spec]([‘https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array-objects’, ‘https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array-constructor’, ‘https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.concat’, ‘https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.join’, ‘https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-array-instances-length’, ‘https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.pop’, ‘https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.push’, ‘https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.reverse’, ‘https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.shift’, ‘https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.slice’, ‘https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.sort’, ‘https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.tolocalestring’, ‘https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.tostring’, ‘https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.unshift’, ‘https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-array-initializer’])

Arrays are ordered lists of JavaScript values.

Source features