Lesson 18. Multiple Conditions. Instructor:- Sir Laurence Svekis

2 years ago
2

In this Lesson:-
Multiple Conditions
Logical Operators
Boolean values
non-Boolean value
JavaScript
Course covers
Logical operators are typically used with Booleans (logical) values. When they are,
they return a Boolean value. However, the && and || operators actually return the
value of one of the specified operands, so if these operators are used with
non-Boolean values, they will return a non-Boolean value.

By Laurence Svekis Top Instructor over 1 Million Students WorldWide.

Loading comments...