In programming, many languages have a concept of "truthy" and "falsy" values. These are evaluated with Logical Operators. The purpose of Logical Operators is to determine logic between values and then perform some sort of action based upon whether the result evaluates to true or false. In this lesson we're going to learn all about the first three logical operators: ! NOT || OR && AND In the next lesson we'll look at the Nullish Coalescing (??) operator in detail.
0 comments:
Post a Comment