Instructional Video

Logical Operators, Computer Programming

Curated and Reviewed by Lesson Planet

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

13 Views 5 Downloads
Classroom Considerations
  • This video is hosted on YouTube
Pros
  • Simple introduction to using Boolean operators of AND and OR in JavaScript code
Cons
  • None