Fix the confusing spacing in the example
@ -323,8 +323,8 @@ let number = 5
number > 0
? console.log(`${number} is a positive number`)
: console.log(`${number} is a negative number`)
number = -5