Increment a Number with Javascript, freeCodeCamp Basic Javascript
Опубликовано: 08 Март 2017 на канале: We Will Code
6,625
35
In this challenge we learn how to increment (add 1) to a variable a shorter way then having to right it out. Example, "myVar = myVar + 1;" is the exact same as writing "myVar++;"