Build the conditional statement below to have a closer look at how we can use else to catch all possible scenarios.

No matter what value number has, else allows us to run an instruction.

Make sure to assemble if (number === 1) { on the first line, followed by } else {. At the end, add }.