🏠 New in Low Baseline Support: Array.from()
September 20, 2016
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.