pull/505/merge
Nigel Davila 9 months ago committed by GitHub
commit 6820ade677
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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