Skip to content

Commit f28d9c1

Browse files
authored
Merge pull request #22 from GouravKumar13/patch-1
Update README.md
2 parents a070551 + 2d984ab commit f28d9c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ Each proposal for an ECMAScript feature goes through the following maturity stag
699699
console.log(typeMap.get(keyObj)); // object
700700
console.log(typeMap.get({'one': 1})); // undefined
701701

702-
console.log(typeMap.size ); // 3
702+
console.log(typeMap.size ); // 4
703703

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

0 commit comments

Comments
 (0)