CICaleb Ibejigbainseuncaleb.hashnode.dev·Jul 23, 2023 · 4 min readThree Sisters [var, let, const]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 ...02LO