Difference Between Var , Let , Const in JS.
Oct 20, 2022 · 3 min read · There are some concepts in JavaScript that seem pretty easy on the surface but might become a little tricky when pondered upon properly. Such is the case with the concept of identifiers viz var, let, and const in JS and the difference among them. Thi...
Join discussion
