← Back to release summary

Array.prototype.values

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

Summary

The values() method returns a new Array Iterator object that contains the values for each index in the array. var

Standards & signals

Samples: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/values

View on chromestatus.com