#var-let-const
Read more stories on Hashnode
Articles with this tag
In JavaScript, variables can be declared in 3 different types, which are var, let and const. We have already covered var declarations, now we’ll be...