Merge pull request #17 from npnjuguna/npnjuguna-else-if-text-typo-fix

else if text typo fix
pull/20/head
Asabeneh 5 years ago committed by GitHub
commit 73a400583b
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

Loading…
Cancel
Save