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: Week1/REVIEW.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -310,12 +310,12 @@ More about [logical operators](https://developer.mozilla.org/en-US/docs/Web/Java
310
310
We already mentioned the `typeof` operator:
311
311
312
312
```js
313
-
typeof5// -> 'number'
313
+
typeof5// -> 'number'
314
314
```
315
315
316
316
### Assignment operators
317
317
318
-
In addition to the simple asignment operator `=` there are also compound assignment operators such as `+=`. The following two assignments are equivalent:
318
+
In addition to the simple assignment operator `=` there are also compound assignment operators such as `+=`. The following two assignments are equivalent:
0 commit comments