Const
alias for Array.from.
Array.from
Creates an array from an array-like object.
An array-like object to convert to an array.
Creates an array from an iterable object.
A mapping function to call on every element of the array.
Optional
Value of 'this' used to invoke the mapfn.
An iterable object to convert to an array.
alias for
Array.from
.