We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 930485b + 80c4901 commit 12b23c7Copy full SHA for 12b23c7
1-js/02-first-steps/08-operators/article.md
@@ -219,7 +219,7 @@ alert( x ); // 5
219
220
The fact of `=` being an operator, not a "magical" language construct has an interesting implication.
221
222
-Most operators in JavaScript return a value. That's obvious for `+` and `-`, but also true for `=`.
+All operators in JavaScript return a value. That's obvious for `+` and `-`, but also true for `=`.
223
224
The call `x = value` writes the `value` into `x` *and then returns it*.
225
0 commit comments