Skip to content

Commit

Permalink
Merge pull request #22 from GouravKumar13/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
sudheerj authored Feb 20, 2024
2 parents a070551 + 2d984ab commit f28d9c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ Each proposal for an ECMAScript feature goes through the following maturity stag
console.log(typeMap.get(keyObj)); // object
console.log(typeMap.get({'one': 1})); // undefined

console.log(typeMap.size ); // 3
console.log(typeMap.size ); // 4

for(let item of typeMap) {
console.log(item);
Expand Down Expand Up @@ -2523,4 +2523,4 @@ Most of these features already supported by some browsers and try out with babel
console.log(numbers); // [1, 3, 2, 4, 5]
```
**[⬆ Back to Top](#table-of-contents)**
**[⬆ Back to Top](#table-of-contents)**

0 comments on commit f28d9c1

Please sign in to comment.