Created
January 19, 2019 23:08
-
-
Save Tombarr/299067fc5ef515cf678c13f735542acb to your computer and use it in GitHub Desktop.
If-else if-else in Javascript
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (condition) { | |
} else if (otherCondition) { | |
} else { | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment