The else statement as a concept is very easy to understand and straight forward. This statement is used in combination with the IF statement and what it does is extending the if statement. You use “else” when you want to run a piece of code when the condition of the “if” is not met.