Look at you go! An else if statement allows us to evaluate another condition if the condition after that follows the if
keyword is false
.
While we can use the if
keyword to create another if statement, it doesn't make a lot of sense: its condition can only be met if the other condition isn't true
.