Content
- History
- Values, types and operators
- Program Structure
- Functions
Resources
- HTML-presentation
- Recording 2017-09-06, 10:15-15:00 (Youtube)
- Recording 2016-09-07, 10:15-12:00 (Youtube)
Eloquent JavaScript, Third Edition
- Introduktion
- 1. Values, Types, and Operators
- 2. Program Structure
- Expressions and statements
- Variables
- Keywords and reserved words
- The environment
- Functions
- The console.log function
- Return values
- Control Flow
- Conditional Execution
- while and do Loops
- Indenting Code
- for Loops
- Breaking Out of a Loop
- Updating variables succinctly
- Dispatching on a value with switch
- Capitalization
- Comments
- 3. Functions
External resources
- Crockford on JavaScript – Volume 1: The Early Years (1 h 42 m). Douglas Crockford give a historical background to JavaScript.