New Perspectives JavaScript and Ajax 2nd Edition

If you don't like the road you're on, pave a new one.

Tutorial 03

Learned to work with arrays, program loops, and conditional statements to create an application that produces a monthly calendar for any given date.

Session 3.1 created and populated arrays and learned some JS methods to sort and modify arrays

Session 3.2 dealt with program loops and conditional statements.  Learned how to repeat sections of code multiple times in either For or While loops.  Using If, saw hot to run commands only when certain conditions are met.

Session 3.3 applied learnings about program loops and conditional statements to complete calendar application.  Concluded with a discussion of the break, continue, and label commands.

Tutorial

Case Study

Code Solution

Tutorial 03

Working with Arrays, Loops, and Conditional Statements