JavaScript
Jul 5, 2021 · 3 min read · JavaScript Variable Scope Var | Let | Const One of the most important topics I couldn't get my head around when I started my journey in JavaScript coding, was declaring variables and getting right the scoping of the variables. I would always get in t...
Join discussion