Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>JS Bin</title>
  </head>
  <body>
    <h1>Lesson 4 </h1>
    <p>Make a choose your own adventure!</p>
    <ol>
      <li>Open the Javascript and output window</li>
      <li>Click "Play"</li>
      <li>Continue the adventure by creating 2 more prompts with if/else responses</li>
      <li>Click "Play"</li>
    </ol>
    
      <input type="submit" id="byBtn" value="Play" onclick="play()" />
  <div id="divPic" ></div>
  </body>
</html>
  
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
jamesfdickinsonpro
0viewers