Skip to content

Instantly share code, notes, and snippets.

Created September 26, 2015 20:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/568c3be0284e3f83e5a5 to your computer and use it in GitHub Desktop.
Save anonymous/568c3be0284e3f83e5a5 to your computer and use it in GitHub Desktop.
Control flow: if, else-if, else Control Flow // source http://jsbin.com/taxeju
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Control Flow">
<meta charset="utf-8">
<title>Control flow: if, else-if, else</title>
</head>
<body>
<script id="jsbin-javascript">
/*
Do you need to branch code? In need of a decision tree
*/
</script>
<script id="jsbin-source-javascript" type="text/javascript">/*
Do you need to branch code? In need of a decision tree
*/</script></body>
</html>
/*
Do you need to branch code? In need of a decision tree
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment