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