Demystifying JavaScript Variables: var, let, and const
Oct 2, 2023 · 5 min read · Today we will try to understand the various concepts related to var, let and const we first need to understand variable scope in javascript. In the world of Javascript, variables have boundaries called 'scope'.Think of scope as the area where a varia...
Join discussion
