What's wrong with this code?

The else statement is before the if statementThe else statement's code block displays something in the consoleThe if statement has a conditionThe else statement needs a condition

The else statement is before the if statement.