&& and || are ________ .
Answers
Answered by
0
Answer:
hope it helps
Explanation:
The && and || Operators in JavaScript. If applied to boolean values, the && operator only returns true when both of its operands are true (and false in all other cases), while the || operator only returns false when both of its operands are false (and true in all other cases).
Similar questions