else if text typo fix

pull/17/head
Patrick Njuguna 5 years ago committed by GitHub
parent 5b047b93f4
commit 9ebad7b6d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -111,7 +111,7 @@ if (isRaining) {
// No need for a rain coat.
```
The above condition is false, therefore the else block was executed. How about if our condition is more than two, we will use *ele if* conditions.
The above condition is false, therefore the else block was executed. How about if our condition is more than two, we will use *else if* conditions.
### If else if else
@ -309,4 +309,4 @@ isRaining
🎉 CONGRATULATIONS ! 🎉
[<< Day 3](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master/03_Day/03_day_booleans_operators_date.md) | [Day 5 >>](#)
[<< Day 3](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master/03_Day/03_day_booleans_operators_date.md) | [Day 5 >>](#)

Loading…
Cancel
Save