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.
1 parent 6109448 commit e055c4cCopy full SHA for e055c4c
1-js/02-first-steps/11-logical-operators/article.md
@@ -82,7 +82,7 @@ The OR `"||"` operator does the following:
82
83
- Evaluate operands from left to right.
84
- For each operand, convert it to boolean. If the result is `true`, then stop and return the original value of that operand.
85
-- If all other operands have been assessed (i.e. all were `falsy`), return the last operand.
+- If all other operands have been assessed (i.e. all were `false`), return the last operand.
86
87
A value is returned in its original form, without the conversion.
88
0 commit comments