What is the Difference Between let, const, and var?
I would like to cover one of the important concepts of JavaScript - let, const, and var. Although these concepts may seem simple, can you really explain the difference...? For those that struggle to explain the difference (like me!), I wrote this pos...
ayatakamura.hashnode.dev4 min read
Dan Dangol
Software Developer
Thanks for this article! I was under the impression that 'let' and 'var' were essentially the same in JavaScript. Now I know the difference thanks to you Aya.