Three Sisters [var, let, const]
Jul 23, 2023 · 4 min read · When I first got introduced to JavaScript, one of my many challenges was deciding what to use when declaring a variable. Initially, I’d use var a lot, and then I started using const almost as much; let and I weren’t so close then. So today, I’ll be ...
LOshuo and 1 more commented