Array.from()
create Array
from:
array-like objects (with a
length
property and indexed elements)iterable objects (such as
Map
andSet
).
Last updated
create Array
from:
array-like objects (with a length
property and indexed elements)
iterable objects (such as Map
and Set
).
Last updated