The Sneaky Side of const in JavaScript: Redefining vs Redeclaring
In JavaScript, we have three ways to declare variables: var, let, and const. While var and let are relatively straightforward, const has some nuances that can catch developers off guard. Specifically, there is a difference between redeclaring a const...
gautam-balamurali.hashnode.dev2 min read
Bhumika Singh
Web Dev Enthusiast
Well written Gautam, keep writing ππ»