"Discovering JavaScript: A Beginner’s Perspective on Variables"
When I first started learning JavaScript, I was quite confused about the difference between let, var, and const variables. Const is used to declare a constant variable. This means the value assigned to a const variable cannot be changed or reassigned...
arunmathavan.blog1 min read