forked from web-platform-dx/web-features
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharray-iteration-methods.yml
More file actions
14 lines (14 loc) · 926 Bytes
/
array-iteration-methods.yml
File metadata and controls
14 lines (14 loc) · 926 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: Array iteration methods
description: Array iteration methods
spec:
- https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.every
- https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.filter
- https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.foreach
- https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.indexof
- https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.lastindexof
- https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.map
- https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.reduce
- https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.reduceright
- https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.some
snapshot: ecmascript-5
group: arrays