Skip to content

Commit 8f9d57e

Browse files
authored
Update variable.js
1 parent ef45b06 commit 8f9d57e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Variables
44

55
A variable is a label that references a value like a number or string. Before using a variable, you need to declare it.
6-
6+
A JavaScript variable is simply a name of storage location.
77
To declare a variable, you use the `var` keyword followed by the variable name as follows:
88

99
```javascript

0 commit comments

Comments
 (0)