Web features explorer

Array.from()

Widely available since 2019-03-20
Tags: javascript Groups: JavaScript > Collections > Arrays JavaScript > Collections > Typed arrays

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

Learning resources on MDN

Browser support