JavaScript If-Else Conditionals

In this video, you'll learn the If-Else conditionals. These conditionals are used to write different business logics based on different conditions. These are probably your first statements to implement program control flow. Learn how to use if, else-if and else conditions to control the program's flow.