Update 03_booleans_operators_date.md

Since you haven't covered conditionals yet I think saying "Another way to write conditionals is using ternary operators" can be confusing.
pull/505/head
Nigel Davila 3 years ago committed by GitHub
parent 0b926bb8f9
commit fb176f371e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -297,7 +297,7 @@ console.log(count) // -1
### Ternary Operators
Ternary operator allows to write a condition.
Another way to write conditionals is using ternary operators. Look at the following examples:
Later we'll see another way to create conditionals. Look at the following examples:
```js
let isRaining = true

Loading…
Cancel
Save