├── 1-0 ├── index.html └── script.js ├── 1-1 ├── index.html └── script.js ├── 2-0 ├── index.html └── script.js ├── 2-1 ├── index.html └── script.js ├── 3-0 ├── index.html └── script.js ├── 3-1 ├── index.html └── script.js └── README.md /1-0/index.html: -------------------------------------------------------------------------------- 1 | 2 |
3 | 4 | 5 | 6 | 7 | 8 | 9 |Find and fix the syntax error.
13 |When complete, you should get an alert when the page loads.
14 |Find and fix the include errors.
12 |When complete, you should get an alert when the page loads and the button below should look like a Boostrap button.
13 | I should look like a Bootstrap Button 14 |Find and fix the logic errors.
13 |When complete, you should see a list of news items, with each bringing you to a new page when you click on it.
14 |Find and fix the scope errors.
13 |When complete, you should see a list of words.
14 |'+this.tweet+'
'); 21 | }); 22 | }); 23 | }); -------------------------------------------------------------------------------- /3-0/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |Find and fix the jQuery errors.
13 |When complete, you should be able to click each list item and have its number to the right decrease until 0, at which point it disappears.
14 |Find and fix the jQuery errors.
13 |When complete, you should see the progress bar grow to the end of the width, and then get an alert.
14 |