JavaScript Basics
Learn the basics in JavaScript.
Lecture material
Recommended reading
- Eloquent JavaScript 3rd edition:
- Chapter 1: Values, Types, and Operators
- Chapter 2: Program Structure
- Chapter 3: Functions
- Chapter 4: Data structures: Objects and Arrays
- Chapter 5: Higher-Order Functions
- If you like learning (the weird parts of) JavaScript through examples, the following resources could be good for you, but probably not the best resources to learn the entire language:
- ECMAScript specification
- You are not expected to read it, but do be aware of that they do exist, and if you ever is uncertain about something related to JS, this is the best place to look it up.