Learn what JavaScript is and why you would use it.
Functions provide a powerful tool to organize your code and to break down a large program into smaller subprograms.
The basic math operators and an introduction to conditional statements.
Loops help you deal with repetitive tasks
Objects help you group related data and functions and can be extremely important for building complex programs.
An array is an object that is built into JavaScript. It can make dealing with a series of related data much easier.
You must complete all chapters before taking the course exam.
The for loop is especially convenient when looping a set a number of times.
The while loop is convenient when you want to loop until a condition changes.
The do loop is very similar to a while loop, but it is useful when you always want to execute the loop at least once.
Take the chapter 4 test and unlock the JavaScript Loops badge.
The for loop is especially convenient when looping a set a number of times.
edit
You are making progress towards completing chapter 4 and unlocking the JavaScript Loops Badge
This badge is worth: 50 Points