Läsanvisningar
JavaScript: The Definitive Guide 7th Edition (~17 sidor)
Chapter 2 - Lexical Structure (~1 sida)
2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7
Chapter 5 - Statements (~16 sidor)
5.1, 5.2, 5.3, 5.3.1, 5.3.2, 5.3.3, 5.4, 5.4.1,
5.4.2, 5.4.3, 5.4.4, 5.4.5, 5.5, 5.5.1, 5.5.2, 5.5.3,
5.5.4, 5.5.5, 5.5.6, 5.5.7, 5.6, 5.6.1, 5.6.2,
5.6.3, 5.7, 5.7.1, 5.7.2, 5.7.3, 5.7.4, 5.8
JSDoc
- Getting Started with JSDoc 3
- (Hoppa över "Generating a website".)
- @description
- @param
- @returns
- ES 2015 Modules
MDN Web Docs
- Lexical grammar - Comments
- Grammar and types - Comments
- if...else
- switch
- while
- do...while
- for
- for...of
- for...in
- break
- continue
- debugger