MrPowers/code_quizzer

Chapter 2.4 - Line 3

Closed this issue · 0 comments

https://github.com/MrPowers/code_quizzer/blame/master/books/learn_javascript_logically/200_variables/400_more_variable_reassignment.md#L3

The following example shows how to increment the variable x by 2. We do this by reassigning x to the value x + 2: