Module summary
To review a step in the summary, click on a number in the table:
Step number | Topic |
---|---|
1 | Creating functions |
2 | Function definitions in JavaScript |
3 | Example: Function definition |
4 | Exercise: Computing elapsed minutes |
5 | Events |
6 | Example: A single-line script |
7 | Events and multiple-line scripts |
8 | The variable this |
9 | The window load event |
10 | Events and anonymous functions |
11 | Event listeners |
12 | Example: Event listeners |
13 | Example: Using event listeners and this |
14 | Exercise: Changing a button |
15 | Exercise: Clicking a table entry |
16 | Events for forms |
17 | Example: Using text input |
18 | Exercise: Using form input to draw circles |