Instructional Video

If/Else - Part 2

Curated and Reviewed by Lesson Planet
This If/Else - Part 2 instructional video also includes:

This is the second part of the introductory video of the if statement and it looks specifically at the else if clause in JavaScript code. Two different 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 else if clause becomes a very handy construct to use. 

3 Views 1 Download
Pros
  • Good example of the difference between multiple if statements and the use of the else if statement
Cons
  • None