AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
The Differences Between Let and Var
Let and var are the newer standards. I would hesitate to ever use var again. Personally, I try to use let or const in all of my programming pretty much ever since they've been introduced. Is it okay to just if you're from like the old, you know, ES like pre ES six, wherever you were, and you were using var is it just safe to go?