Computer Science, asked by shashisaini4791, 2 months ago

&& and || are ________ .

Answers

Answered by rajnisaklani414
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