JavaScript var, let, const. Difference between var and let
If you have ever written a single line of JavaScript(JS) code you must have encountered these 3 weird keywords, var, let, and const. It is simple and fairly easy to understand the difference between let and const. However, I have seen a lot of people...
mahadihassanriyadh.hashnode.dev5 min read