Skip to content

Instantly share code, notes, and snippets.

@Tombarr
Created January 19, 2019 23:08
Show Gist options
  • Save Tombarr/299067fc5ef515cf678c13f735542acb to your computer and use it in GitHub Desktop.
Save Tombarr/299067fc5ef515cf678c13f735542acb to your computer and use it in GitHub Desktop.
If-else if-else in Javascript
if (condition) {
} else if (otherCondition) {
} else {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment