Tab Demo
1 - Gathering Your Tools
- Picking your computer
- Choosing an editor
- Working with Internet Explorer
- Using Firefox
- Adding extensions to Firefox
- Using other Browsers
2 Getting Started with JavaScript
- Writing your first JavaScript program
- Introducing variables
- Using concatenation
- Understanding String objects
- Managing variable types
3 Making Decisions with Conditions
- Working with random numbers
- Using if to control flow
- Using the else clause
- Using switch for more complex branching
- Nesting if statements