Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -866,7 +866,7 @@



// 6️⃣ Fat Arror Function
// 6️⃣ Fat Arrow Function

// 👻 Normal Way of writing Function

Expand Down