From 494659b606f97990390e07b35807780c5549d33c Mon Sep 17 00:00:00 2001 From: SantoshPattnaik <58502105+SantoshPattnaik@users.noreply.github.com> Date: Wed, 18 Aug 2021 10:54:59 +0530 Subject: [PATCH] I made some minor mistakes correct. Love you brother --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index f162d06..c0f8c4c 100644 --- a/index.js +++ b/index.js @@ -853,7 +853,7 @@ // console.log(myBio); - // ➡ no need to write key and value, if both are same + // ➡ no need to write key and value pairs, if both are same // let myName = "vinod thapa"; // let myAge = 26; @@ -866,7 +866,7 @@ -// 6️⃣ Fat Arror Function +// 6️⃣ Fat Arrow Function // 👻 Normal Way of writing Function