JS Things: var, let, const | SrishCodes
Hi everyone, welcome back to SrishCodes where I teach you interesting tech concepts that you should know about as a current or aspiring software developer. Today I will be sharing with you about var, let and const using the concepts of scope, hoistin...
srishcodes.hashnode.dev3 min read
Subhodip Mandal (Dipster)
Great article. Thanks for the differentiating on var,const and let. Next one should be about how much interaction/manipulation should JS really have with the DOM tree and stuff we can do, and stuff we shouldn't do. Essentially, how much mutually exclusive can JS and HTML be in their interactions?