From 2d984abce6ae236fe194fc6dd7892d06b2900369 Mon Sep 17 00:00:00 2001 From: Gourav Kumar <55110247+GouravKumar13@users.noreply.github.com> Date: Wed, 21 Feb 2024 02:17:32 +0530 Subject: [PATCH] Update README.md Typo in typeMap.length --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a9924d1..a478f6c 100644 --- a/README.md +++ b/README.md @@ -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); @@ -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)** \ No newline at end of file + **[⬆ Back to Top](#table-of-contents)**