How to declare variable in JavaScript
In this article, Before learns about how to declare a variable in JavaScript. But before, that let’s understand some about what variable is. A variable in JavaScript is an identifier that provides a storage location ...