September 2013
Intermediate to advanced
432 pages
12h 10m
English
Chapter 1. Our first single page application
Listing 1.1. A toe in the pool—spa.html
Listing 1.2. HTML and CSS—spa.html
Listing 1.3. JavaScript development, first pass—spa.html
Chapter 2. Reintroducing JavaScript
Listing 2.1. Application JavaScript
Listing 2.3. Variables are undefined before they are declared
Listing 2.4. Variables have a value before they’re declared
Listing 2.5. Execution context object—first pass
Listing 2.6. Execution context object—second pass
Listing 2.7. Scope chain example—regular_joe defined at each calling scope