@@ -48,7 +48,7 @@ Each proposal for an ECMAScript feature goes through the following maturity stag
4848| 7 | [ Default parameters] ( #default-parameters ) |
4949| 8 | [ Rest parameter] ( #rest-parameter ) |
5050| 9 | [ Spread Operator] ( #spread-operator ) |
51- | 10 | [ Iterators & For..of] ( #iterators-& -forof ) |
51+ | 10 | [ Iterators & For..of] ( #iterators--forof ) |
5252| 11 | [ Generators] ( #generators ) |
5353| 12 | [ Modules] ( #modules ) |
5454| 13 | [ Set] ( #set ) |
@@ -62,7 +62,7 @@ Each proposal for an ECMAScript feature goes through the following maturity stag
6262| 21 | [ Reflect] ( #reflect ) |
6363| 22 | [ Binary and Octal] ( #binary-and-octal ) |
6464| 23 | [ Proper Tail calls] ( #proper-tail-calls ) |
65- |24 | [ Array find methods] ( #array-find-methods )
65+ | 24 | [ Array find methods] ( #array-find-methods ) |
6666| | ** ES2016 Or ES7** |
6767| 1 | [ Array includes] ( #array-includes ) |
6868| 2 | [ Exponentiation Operator] ( #exponentiation-operator ) |
@@ -80,13 +80,13 @@ Each proposal for an ECMAScript feature goes through the following maturity stag
8080| 3 | [ Promise finally] ( #promise-finally ) |
8181| | ** ES2019 Or ES10** |
8282| 1 | [ Array flat and flatMap] ( #array-flat-and-flatmap ) |
83- | 2 | [ Object formEntries ] ( #object-formentries ) |
83+ | 2 | [ Object fromEntries ] ( #object-fromentries ) |
8484| 3 | [ String trimStart and trimEnd] ( #string-trimstart-and-trimend ) |
8585| 4 | [ Symbol description] ( #symbol-description ) |
8686| 5 | [ Optional Catch Binding] ( #optional-catch-binding ) |
8787| 6 | [ JSON Improvements] ( #json-improvements ) |
8888| 7 | [ Array Stable Sort] ( #array-stable-sort ) |
89- | 8 | [ Function.toString()] ( #functiontostring() ) |
89+ | 8 | [ Function.toString()] ( #functiontostring ) |
9090| 9 | [ Private Class Variables] ( #private-class-variables ) |
9191| | ** ES2020 Or ES11** |
9292| 1 | [ BigInt] ( #bigint ) |
@@ -107,9 +107,9 @@ Each proposal for an ECMAScript feature goes through the following maturity stag
107107| | ** ES2022 Or ES13** |
108108| 1 | [ Top level await] ( #top-level-await ) |
109109| 2 | [ Class fields] ( #class-fields ) |
110- | 3 | [ Array at()] ( #array-at() ) |
110+ | 3 | [ Array . at() method ] ( #array-at-method ) |
111111| 4 | [ Error cause] ( #error-cause ) |
112- | 5 | [ hasOwn] ( #has-own ) |
112+ | 5 | [ hasOwn] ( #hasown ) |
113113| 6 | [ Regex match indices] ( #regex-match-indices ) |
114114| | ** ES2023 Or ES14** |
115115| 1 | [ Find array from last] ( #find-array-from-last ) |
0 commit comments