X Home About The Rejection Diary Code Editor HTML Javascript Youtube Videos Thermdynamics Automobile RAC Joker Quotes Motivational Quotes Contact Disclaimer Privacy Policy
Learn with Joker

Else Statement

Else Statement

Else Statement:- In the javascript program, if you want to run the program which have two options that are TRUE and FALSE, else statement is used after the if statement. But in this statement, you can only have two options in the expression.


Lets check how its work in the program:-