Instructional Video

If/Else - Part 2, Computer Programming

Curated and Reviewed by Lesson Planet

This is the second part of the introductory video on the if statement. It looks specifically at the else if clause in JavaScript code. Two examples are shown: one where the options are mutually exclusive and could have been programmed using just if statements, and the other where they are not, and the other where the if clause becomes a convenient construct.

3 Views 2 Downloads
Classroom Considerations
  • This video is hosted on YouTube
Pros
  • Good example of the difference between multiple if statements and the use of the else if statement
Cons
  • None