Martin MwendaforJavascript Mastery Hubjavascriptmasteryhub.hashnode.devยทAug 19, 2024Understanding Javascript var, let and constUpon the release of ES2015 (ES6), two new ways of variable declaration were introduced to javascript. The two new keywords introduced were, let and const. Earlier the var keyword was only used to declared variables. In this article we dive deeper and...javascript hoistingAdd a thoughtful commentNo comments yetBe the first to start the conversation.