Difference between var, let and const
Hi, this is a short read on the difference between var let and const in javascript.
Before now, var declarations ruled. There are issues associated with variables declared with var, though. But first, let's get to understand var more before we discus...
destiny.hashnode.dev2 min read