A closer look at Let, Var and Const in Javascript
Dec 28, 2023 · 4 min read · In recent years, the release of ES6 (ECMAScript 6) has changed the way we write JavaScript code, introducing three new keywords: let, var, and const. These new keywords allow us to declare variables more efficiently, and it can be confusing to unders...
Join discussion


