Array.of()
Widely available
The Array.of()
and typed array .of()
static methods create new arrays from the values of any number of arguments.
To learn more, see
Array.of(),
TypedArray.of() at MDN.
Compatibility
- Chrome 45 Released on 2015-09-01
- Chrome Android 45 Released on 2015-09-01
- Edge 12 Released on 2015-07-29
- Firefox 38 Released on 2015-05-12
- Firefox for Android 38 Released on 2015-05-12
- Safari 10 Released on 2016-09-20
- Safari on iOS 10 Released on 2016-09-13
Specifications
- ECMAScript Language Specification (#sec-array.of), from TC39 (Ecma International).
- ECMAScript Language Specification (#sec-%25typedarray%25.of), from TC39 (Ecma International).