Update 03_booleans_operators_date.md

Fix the confusing spacing in the example
pull/476/head
Serdar Cevher 3 years ago committed by GitHub
parent 4e5ccf57e1
commit 2c1e957b1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
number > 0
? console.log(`${number} is a positive number`)
: console.log(`${number} is a negative number`)

Loading…
Cancel
Save