Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html lang="en">
<head>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta http-equiv='X-UA-Compatible' content='IE-edge'>
    <meta charset="utf-8">
    <link rel="stylesheet" href="toDoApp.css">
    <title>ToDoApp</title>
</head>
<body>
<div id="container">
  <h1>TO DO LIST</h1>
  <input id="newListItem" type="text"><button id="add">Add</button> 
      <ul id="list">
      </ul>
</div>
<script src="https://code.jquery.com/jquery-3.1.0.js"></script>
<script src="toDoApp.js"></script>
</body>
</html>
Output

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers