JS Basics 005: if/else/else if statements

3 years ago
22

In this video we take a look at the if statement as well as the related else and else if statements. These are very important concepts for the control flow of your code and very common things that you will use often in your code. We also look at using comparison operators inside your if statements.

Exercises and more on my website: https://leemorgan.io/learn/lectures/6136b0d407566eee5a81f09a

Loading comments...