Files
30-seconds-of-code/glossary/Variable.md
2018-08-17 11:10:56 +03:00

5 lines
200 B
Markdown

### Variable
A variable is a storage location, associated with an identifier and containing a value.
The value of a variable can be referred using the identifier and can be altered during execution.