Which function call makes zzz display in the console?

wakeUp(7);wakeUp(8);

If we call it using the value 8, the code inside the if block will execute. To execute the else block, we call it with 7.