Skip to content

Commit

Permalink
else if text typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
npnjuguna authored Jan 5, 2020
1 parent 5b047b9 commit 9ebad7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 04_Day/04_day_conditionals.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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 >>](#)

0 comments on commit 9ebad7b

Please sign in to comment.