We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef45b06 commit 8f9d57eCopy full SHA for 8f9d57e
variable.js
@@ -3,7 +3,7 @@
3
## Variables
4
5
A variable is a label that references a value like a number or string. Before using a variable, you need to declare it.
6
-
+A JavaScript variable is simply a name of storage location.
7
To declare a variable, you use the `var` keyword followed by the variable name as follows:
8
9
```javascript
0 commit comments