Keywords
Lecture L03 introduction to JavaScript.
Content
- General introduction on JavaScript
- History
- Values, types and operators
- Program Structure
- Functions
Resources
The session for L03 and L04 was combined in a 2 hour lecture held on Zoom. An example repo was used with code samples and a slide presentation was held. There were 2 recordings of 55 + 45 minutes.
The videos L03 and L04 are found in this playlist on YouTube.
The slides L03-04-JavaScript.html is available in its repo.
The slides can be viewed online.
The example repo can be cloned from its origin.
The examples on JavaScript Core can be viewed online.
Resources from previous course rounds
- HTML-presentation
- Recording 2017-09-06, 10:15-15:00 (Youtube)
- Recording 2016-09-07, 10:15-12:00 (Youtube)
External resources
-
Crockford on JavaScript – Volume 1: The Early Years (1 h 42 m). Douglas Crockford give a historical background to JavaScript.
- Standard ECMA-262
- MDN JavaScript Reference
- JavaScript Standard Style (coding guidelines)