Open the file /exercises/index.html
in your
browser. Use the file /exercises/js/sandbox.js
or
work in Firebug to accomplish the following:
Add five new list items to the end of the unordered list #myList. Hint:
for (var i = 0; i<5; i++) { ... }
Remove the odd list items
Add another h2 and another paragrap to the last div.module
Add another option to the select element; give the option the value "Wednesday"
Add a new div.module to the page after the last one; put a copy of one of the existing images inside of it.