Sohan Shettysnciker.hashnode.devยทOct 2, 2023Demystifying JavaScript Variables: var, let, and constToday we will try to understand the various concepts related to var, let and const we first need to understand variable scope in javascript. In the world of Javascript, variables have boundaries called 'scope'.Think of scope as the area where a varia...60 readsJavaScriptAdd a thoughtful commentNo comments yetBe the first to start the conversation.