CPSC270
Software Engineering and Project Design

Assignment 6

JavaScript Continued

Read the following sections of MDN JavaScript Building Blocks:

  1. Making decisions in your code — conditionals
  2. Looping code
  3. Functions — reusable blocks of code
  4. Build your own function
  5. Function return values
  6. Introduction to events