Variables can be used in an expression where the result is stored in the variable again. var i = 2; i = i + 5 This can be simplified in some languages to make it easier write. * Addition: += * Subtraction: -= * Multiplication: *= * Division: /= var i = 2; i += 5
Attributes | Values |
---|---|
rdfs:label |
|
rdfs:comment |
|
sameAs | |
dcterms:subject | |
abstract |
|