CPSC270
Software Engineering and Project Design

Assignment 5

JavaScript

Read the following sections of MDN JavaScript First Steps:

  1. What is JavaScript
  2. A First Splash Into JavaScript
  3. What Went Wrong? Troubleshooting JavaScript
  4. Storing the information you need — Variables
  5. Basic Math in JavaScript — Numbers and Operators
  6. Handling Text — Strings in JavaScript
  7. Useful String Methods
  8. Arrays