ES6 series

a closer look at [arrays]

from

create array from array like object

f. e. Map, Set, String, arguments

Array.from(arrayLikeObject)

of

create array from variable number of arguments

Array.of(1, 2, "boo", {})

copyWithin

xxxx

xxxx

ES6 series

By Marc Dix

ES6 series

  • 1,146