Get to know MDN better
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
The entries() method of Array instances returns a new array iterator object that contains the key/value pairs for each index in the array.
None.
A new iterable iterator object.
When used on sparse arrays, the entries() method iterates empty slots as if they have the value undefined.
The entries() method is generic. It only expects the this value to have a length property and integer-keyed properties.
entries() will visit empty slots as if they are undefined.
The entries() method reads the length property of this and then accesses each property whose key is a nonnegative integer less than length.
| ECMAScript® 2027 Language Specification # sec-array.prototype.entries |
Enable JavaScript to view this browser compatibility table.
This page was last modified on Jul 20, 2025 by MDN contributors.
Your blueprint for a better internet.
Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2026 by individual mozilla.org contributors. Content available under a Creative Commons license.