Hello everyone, I wondering if you can help me here with the raceday project. I’ve managed to get the code working except for
else if (!earlyRegistered && runnersAge > 18) {
console.log (If runner is over 18 and did not register early they will race at 11:00am. Your race number is ${raceNumber}
)
I dont seem to get this to log even when I put earlyRegistered = false.
Am I doing something wrong?