Instructional Video

Logical Operators

Curated and Reviewed by Lesson Planet
This Logical Operators instructional video also includes:

As the author in this video states, "life is complex", and to handle this complexity, programming languages use something called Boolean operators. This video shows how to setup a conditional statement that relies on both of two things to be true (AND), or either of two things to be true (OR) in a simple JavaScript code example. 

12 Views 4 Downloads
Pros
  • Simple introduction to using Boolean operators of AND and OR in JavaScript code
Cons
  • None