Upcoming topics
The table belows gives a brief overview of where specific features of JavaScript are first discussed. Don't worry if the terms don't yet mean much to you.
A full table of contents, with links, can be found on the Help page.
Module | JavaScript features |
---|---|
1. Introduction | Learning how to "print" |
2. Using built-in data types and functions | Automatic type conversion |
3. Using objects | Drawing pictures and using dates |
4. The Document Object Model | Writing programs to change web pages |
5. Creating functions | Adding action using events and forms |
6. Branching and iteration | More complex drawings and actions |
7. Arrays and array-like objects | More complex actions on pages and forms |
8. More to explore | Classes, recursion, and text manipulation using regular expressions |