Difference between var, let and const
What is var,let and const?
In simple words we can say that, var let and const are used to declare a variable in javascript. Earlier before ECMA SCRIPT 6, we only had var in javascript to declare a variable but after the release of ES6, many new fea...
malikshoeb07.hashnode.dev5 min read
Praise Idise
Web Developer | Computer Technician
This was really helpful