Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in logical-or
Can you change the value of a variable inside of a printf statement in C?
Aug 05, 2026
c
printf
pre-increment
logical-or
logical-and
How to find the first row (date) of the series of 5 or more rows (date) with below 0 value
Aug 03, 2026
r
if-statement
time-series
logical-operators
logical-or
Precedence: Logical or vs. Ternary operator
Dec 21, 2022
javascript
ternary-operator
operator-precedence
logical-or
Bitwise and/or with ternary operator
Oct 24, 2022
c++
bitwise-operators
ternary-operator
logical-operators
logical-or
How is the nullish coalescing operator (??) different from the logical OR operator (||) in ECMAScript?
Aug 24, 2022
javascript
logical-or
ecmascript-2020
nullish-coalescing
Logical OR in JavaScript [duplicate]
Mar 23, 2022
javascript
logical-or
Operator precedence and evaluation order
May 24, 2022
c++
operators
operator-precedence
logical-or
logical-and
Does logical or ignores second statement if first is true [duplicate]
Nov 01, 2022
java
eclipse
logical-or
Typescripts type 'string | string[]' is not assignable to type 'string', what is the 'string | string[]' type? how to cast them to string?
Nov 06, 2022
string
typescript
logical-or
Why does pandas "None | True" return False when Python "None or True" returns True?
Jul 02, 2021
python
python-3.x
pandas
logical-or
When should I use ?? (nullish coalescing) vs || (logical OR)?
Sep 29, 2022
javascript
logical-or