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. // 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 ### If else if else

Loading…
Cancel
Save