Ishika Ishaniishikaishani.hashnode.dev·Dec 29, 2022Variables in JavaScript # 02A JavaScript variable is simply a container for a value that can be changed later on.In JavaScript, we declare a variable and we do so with the use of keywords var, let and const . Let's discuss each of the keywords. 1. let keyword : The let keyword ...12 likes·185 readsJavaScriptAdd a thoughtful commentNo comments yetBe the first to start the conversation.