← Back to release summary

ES6 Array methods

Category
JavaScript
Type
New or changed feature
Status
Enabled by default (Chrome 45)
Intent stage
None

Summary

Additional static methods on Array and instance methods on Array.prototype: Array.from, Array.of, Array.prototype.copyWithin, Array.prototype.fill, Array.prototype.find, Array.prototype.findIndex

Standards & signals

Docs: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array#Methods

Samples: https://googlechrome.github.io/samples/array-methods-es6/index.html

View on chromestatus.com