at
Array.from
Array.of
Creates a new Array instance from an array-like or iterable object.
Array.from(arrayLike, mapFn?): T[]