Jennifer Muofunanyajennifer-chi.hashnode.dev·Dec 30, 2022Var, let and Const in Javascript.Variable A variable is a “named storage” for data. We can use variables to store goodies, visitors, and other data. In JavaScript, there are different ways of creating variables which includes var, let, and const. Here, we will talk about the scope a...1 like·57 reads#difference between let, var and const Add a thoughtful commentNo comments yetBe the first to start the conversation.