Working with JavaScript

We have learned some basics of JavaScript, but there are several more concepts we need to actually get interesting things done. This chapter will explore some of them.

Contents

  1. Variables, Again
  2. Iteration: the for-loop
  3. Working with Strings
  4. HTML Forms
  5. Making Decisions