session07.md
- Coding Rock/Paper/Scissors
- Loops (while/do/for)
- Results in browser using document.querySelector(), append, and innerHTML
- Functions
- Local and Global Scope
NO CLASS MEETING ON SEPTEMBER 22, 2016
ASSIGNMENT DUE NEXT TUESDAY (Class Replacement Activity):
- This assignment comes from Free Code Camp. Sign up for the site, and click on Map. Find the “Basic Javascript” track.
- Complete fifty-four points worth of material (in sequential order) in the Basic Javascript track of Free Code Camp.
- BONUS: Complete eighty points worth of material…
- SUPER ULTRA BONUS: Complete 120 points worth of material…
ASSIGNMENT [NOT] DUE NEXT TUESDAY, BUT SOON, SO DO IT ANYWAY:
- Write a program to solve the FizzBuzz problem on p. 38 of Eloquent Javascript. Bring this code with you to class.
- Write a program to solve the Minimum problem on p. 56 of Eloquent Javascript. Bring this code with you to class.
Reference: