@@ -48,7 +48,7 @@ Each proposal for an ECMAScript feature goes through the following maturity stag
48
48
| 7 | [ Default parameters] ( #default-parameters ) |
49
49
| 8 | [ Rest parameter] ( #rest-parameter ) |
50
50
| 9 | [ Spread Operator] ( #spread-operator ) |
51
- | 10 | [ Iterators & For..of] ( #iterators-& -forof ) |
51
+ | 10 | [ Iterators & For..of] ( #iterators--forof ) |
52
52
| 11 | [ Generators] ( #generators ) |
53
53
| 12 | [ Modules] ( #modules ) |
54
54
| 13 | [ Set] ( #set ) |
@@ -62,7 +62,7 @@ Each proposal for an ECMAScript feature goes through the following maturity stag
62
62
| 21 | [ Reflect] ( #reflect ) |
63
63
| 22 | [ Binary and Octal] ( #binary-and-octal ) |
64
64
| 23 | [ Proper Tail calls] ( #proper-tail-calls ) |
65
- |24 | [ Array find methods] ( #array-find-methods )
65
+ | 24 | [ Array find methods] ( #array-find-methods ) |
66
66
| | ** ES2016 Or ES7** |
67
67
| 1 | [ Array includes] ( #array-includes ) |
68
68
| 2 | [ Exponentiation Operator] ( #exponentiation-operator ) |
@@ -80,13 +80,13 @@ Each proposal for an ECMAScript feature goes through the following maturity stag
80
80
| 3 | [ Promise finally] ( #promise-finally ) |
81
81
| | ** ES2019 Or ES10** |
82
82
| 1 | [ Array flat and flatMap] ( #array-flat-and-flatmap ) |
83
- | 2 | [ Object formEntries ] ( #object-formentries ) |
83
+ | 2 | [ Object fromEntries ] ( #object-fromentries ) |
84
84
| 3 | [ String trimStart and trimEnd] ( #string-trimstart-and-trimend ) |
85
85
| 4 | [ Symbol description] ( #symbol-description ) |
86
86
| 5 | [ Optional Catch Binding] ( #optional-catch-binding ) |
87
87
| 6 | [ JSON Improvements] ( #json-improvements ) |
88
88
| 7 | [ Array Stable Sort] ( #array-stable-sort ) |
89
- | 8 | [ Function.toString()] ( #functiontostring() ) |
89
+ | 8 | [ Function.toString()] ( #functiontostring ) |
90
90
| 9 | [ Private Class Variables] ( #private-class-variables ) |
91
91
| | ** ES2020 Or ES11** |
92
92
| 1 | [ BigInt] ( #bigint ) |
@@ -107,9 +107,9 @@ Each proposal for an ECMAScript feature goes through the following maturity stag
107
107
| | ** ES2022 Or ES13** |
108
108
| 1 | [ Top level await] ( #top-level-await ) |
109
109
| 2 | [ Class fields] ( #class-fields ) |
110
- | 3 | [ Array at()] ( #array-at() ) |
110
+ | 3 | [ Array . at() method ] ( #array-at-method ) |
111
111
| 4 | [ Error cause] ( #error-cause ) |
112
- | 5 | [ hasOwn] ( #has-own ) |
112
+ | 5 | [ hasOwn] ( #hasown ) |
113
113
| 6 | [ Regex match indices] ( #regex-match-indices ) |
114
114
| | ** ES2023 Or ES14** |
115
115
| 1 | [ Find array from last] ( #find-array-from-last ) |
0 commit comments