Made description of logical operator under "or operator" challenge a little more intuitive. (#37772)
* Update comparisons-with-the-logical-or-operator.english.md * Update comparisons-with-the-logical-or-operator.english.md * Update comparisons-with-the-logical-or-operator.english.md
This commit is contained in:
parent
5ca2d2467a
commit
fc1a923dd5
@ -9,7 +9,7 @@ forumTopicId: 16800
|
||||
## Description
|
||||
<section id='description'>
|
||||
The <dfn>logical or</dfn> operator (<code>||</code>) returns <code>true</code> if either of the <dfn>operands</dfn> is <code>true</code>. Otherwise, it returns <code>false</code>.
|
||||
The <dfn>logical or</dfn> operator is composed of two pipe symbols (<code>|</code>). This can typically be found between your Backspace and Enter keys.
|
||||
The <dfn>logical or</dfn> operator is composed of two pipe symbols: (<code>||</code>). This can typically be found between your Backspace and Enter keys.
|
||||
The pattern below should look familiar from prior waypoints:
|
||||
|
||||
```js
|
||||
|
Loading…
x
Reference in New Issue
Block a user