Amardeep PhuleforAmardeep Phule's blogamardeepphule.hashnode.devยทSep 19, 2022Javascript: Var, Let, and ConstThere are three ways we can declare variables in javascript i.e var, let, and const. var is an old way of declaring variables in javascript since it was created, and let and const were introduced in the ES6 version of javascript to overcome some of t...195 readsJavaScriptAdd a thoughtful commentNo comments yetBe the first to start the conversation.