In JavaScript a b is interpreted as-02000
In JavaScript, a || b is interpreted as
This multiple choice question (MCQ) is related to the book/course vu cs101 Introduction to Computing. It can also be found in vu cs101 Lecture No.26 - Quiz No.1.
In JavaScript, a || b is interpreted as
a is true or b is false
a is true and b is true
a is false and b is true
a is true or b is true or both are true