© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Lucas Gazzola
FrontEnd Developer
Great article. It makes a point. And always remember, don't use var anymore.
Tiger Abrodi
Obsessed with crafting software.
fosho, the ones ive seen using var in today's age are those that have like 15+ yrs of experience and don't code in JS that often lmao
Muphet
let and const have block scope, var doesn't. there still are cases that you need to pass variables out of blocks