Variables in JavaScript
what is variable?
The word variable means that can vary. variable is a container for storing data Javascript variable can store any data values (e.g., a number, a string,a boolean,etc)
How variable is created?
variable is created using var, let, co...
javascriptfunctions.hashnode.dev2 min read