🏠 New in High Baseline Support: Array.from()

March 20, 2019

caniuse · mdn · [spec]([‘https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.from’, ‘https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%25typedarray%25.of’])

The Array.from() and typed array .from() static methods copy items from an iterable or array-like object to make a new array.

Source features