What's wrong with this code?
else statement is before the if statementelse statement's code block displays something in the consoleif statement has a conditionelse statement needs a conditionThe else statement is before the if statement.