JS

JavaScript Fundamentals 2 - Logical operator AND

27.

Which logical operator returns true if both operands are true?

&& (AND)

|| (OR)

! (NOT)

!= (Not equal)