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 96e841c + e11e780 commit 9b39291Copy full SHA for 9b39291
1-js/02-first-steps/11-logical-operators/article.md
@@ -41,7 +41,7 @@ if (1 || 0) { // works just like if( true || false )
41
}
42
```
43
44
-Most of time, OR `||` is used in `if` to test if *any* of given conditions is correct.
+Most of the time, OR `||` is used in `if` to test if *any* of given conditions is correct.
45
46
For example:
47
0 commit comments