Skip to content

Commit 1fb8435

Browse files
committed
2 parents 5fd638f + de502fe commit 1fb8435

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Each proposal for an ECMAScript feature goes through the following maturity stag
4949
|7 | [Default parameters](#default-parameters) |
5050
|8 | [Rest parameter](#rest-parameter) |
5151
|9 | [Spread Operator](#spread-operator) |
52-
|10 | [Iterators & For..of](#iterators-&-forof) |
52+
|10 | [Iterators & For..of](#iterators--forof) |
5353
|11 | [Generators](#generators) |
5454
|12 | [Modules](#modules) |
5555
|13 | [Set](#set) |
@@ -63,7 +63,7 @@ Each proposal for an ECMAScript feature goes through the following maturity stag
6363
|21 | [Reflect](#reflect) |
6464
|22 | [Binary and Octal](#binary-and-octal) |
6565
|23 | [Proper Tail calls](#proper-tail-calls)|
66-
|24 | [Array find methods](#array-find-methods)
66+
|24 | [Array find methods](#array-find-methods) |
6767
| | **ES2016 Or ES7** |
6868
|1 | [Array includes](#array-includes) |
6969
|2 | [Exponentiation Operator](#exponentiation-operator) |
@@ -81,13 +81,13 @@ Each proposal for an ECMAScript feature goes through the following maturity stag
8181
|3 | [Promise finally](#promise-finally) |
8282
| | **ES2019 Or ES10**|
8383
|1 | [Array flat and flatMap](#array-flat-and-flatmap) |
84-
|2 | [Object formEntries](#object-formentries) |
84+
|2 | [Object fromEntries](#object-fromentries) |
8585
|3 | [String trimStart and trimEnd](#string-trimstart-and-trimend) |
8686
|4 | [Symbol description](#symbol-description)|
8787
|5 | [Optional Catch Binding](#optional-catch-binding)|
8888
|6 | [JSON Improvements](#json-improvements)|
8989
|7 | [Array Stable Sort](#array-stable-sort)|
90-
|8 | [Function.toString()](#functiontostring())|
90+
|8 | [Function.toString()](#functiontostring)|
9191
|9 | [Private Class Variables](#private-class-variables)|
9292
| | **ES2020 Or ES11**|
9393
|1 | [BigInt](#bigint) |
@@ -108,9 +108,9 @@ Each proposal for an ECMAScript feature goes through the following maturity stag
108108
| | **ES2022 Or ES13**|
109109
|1 | [Top level await](#top-level-await) |
110110
|2 | [Class fields](#class-fields) |
111-
|3 | [Array at()](#array-at())|
111+
|3 | [Array .at() method](#array-at-method)|
112112
|4 | [Error cause](#error-cause)|
113-
|5 | [hasOwn](#has-own)|
113+
|5 | [hasOwn](#hasown)|
114114
|6 | [Regex match indices](#regex-match-indices)|
115115
| | **ES2023 Or ES14**|
116116
|1 | [Find array from last](#find-array-from-last) |

0 commit comments

Comments
 (0)