forked from web-platform-dx/web-features
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy patharray.yml
20 lines (20 loc) · 1.46 KB
/
array.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name: Array (initial support)
description: Arrays are ordered lists of JavaScript values.
spec:
- https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array-objects
- https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array-constructor
- https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.concat
- https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.join
- https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-array-instances-length
- https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.pop
- https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.push
- https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.reverse
- https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.shift
- https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.slice
- https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.sort
- https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.tolocalestring
- https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.tostring
- https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.unshift
- https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-array-initializer
snapshot: ecmascript-1
group: arrays