A variable is a container for saving data.
In this video, you'll learn how to declare JavaScript variables using three JavaScript keywords: var, let and const.
Rules for naming variables:
1, A variable name must not contain spaces
2, A variable name must start with an alphabet, underscore or dollar sign ($)
3, A variable name must not be a JavaScript keyword
We also discuss the difference between var, let and const.
Learn JavaScript: • JavaScript
Learn Python programming: • Python Programming
#JavaScript #programming #drillerbyte