🧠 Day 3 – Variables in JavaScript: var, let, and const
🧩 What is a Variable?
A variable is like a container that holds a value. You can store, change, and use values later in your program using variables.
Think of it like labeling a box:
jsCopyEditlet fruit = "apple";
You’ve just created a variable nam...
codewithgift.hashnode.dev3 min read
Sumanta Mohanta
I am a student.
Nice work