JS

JavaScript Fundamentals 1 - Logical operator OR

20.

Which logical operator returns true if at least one of the operands is true?

&& (AND)

|| (OR)

! (NOT)

!= (Not equal)