You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ number *= 10 // 50
78
78
number /=5// 1
79
79
```
80
80
81
-
The thing to remember about these methods is that they modify the variable in place. So if we have two functions that depend on the same external variable, they order in which they're called matters. Follow along in console:
81
+
The thing to remember about these methods is that they modify the variable in place. So if we have two functions that depend on the same external variable, the order in which they're called matters. Follow along in console:
82
82
83
83
```javascript
84
84
var number =10
@@ -165,3 +165,5 @@ You're now ready to solve the final two tests in this lab, `makeInt(n)` and `pre
<pclass='util--hide'>View <ahref='https://learn.co/lessons/javascript-arithmetic-lab'>JavaScript Arithmetic Lab</a> on Learn.co and start learning to code for free.</p>
0 commit comments