Increment a Number with Javascript
This commit is contained in:
committed by
SaintPeter
parent
c0f579f6e4
commit
fa414afb44
@ -380,7 +380,7 @@
|
|||||||
"id": "56533eb9ac21ba0edf2244ac",
|
"id": "56533eb9ac21ba0edf2244ac",
|
||||||
"title": "Increment a Number with Javascript",
|
"title": "Increment a Number with Javascript",
|
||||||
"description": [
|
"description": [
|
||||||
"You can easily <dfn>increment</dfn> or add one to a Javascript variable with the <code>++</code> operator.",
|
"You can easily <dfn>increment</dfn> or add one to a variable with the <code>++</code> operator.",
|
||||||
"<code>i++;</code>",
|
"<code>i++;</code>",
|
||||||
"is the equivilent of",
|
"is the equivilent of",
|
||||||
"<code>i = i + 1;</code>",
|
"<code>i = i + 1;</code>",
|
||||||
|
Reference in New Issue
Block a user