Javascript: Var vs Let vs Const
Var is the first keyword introduced to Javascript for declaring variables. This keyword is different from others and has unique properties and use cases. So before ES6 was introduced most people used the var keyword, but nowadays people stopped using...
07prajwal2000.hashnode.dev2 min read