The else statement doesn't need its own condition. That's because it handles the cases where the if's condition is false.
else
false
Make sure to pick if, followed by (number === 1), and finally else.
if
(number === 1)