[L] JavaScript programming

We go through some basic language constructs in the JavaScript programming language. If you have programmed before then these are the constructs that help you build your first program in JavaScript.

Resources

Resources that are used, or are relevant, for the areas that the lecture covers.

  1. Learn from the free book "JavaScript for impatient programmers (ES2022 edition).

  2. Use the JavaScript reference on MDN.

    1. Standard built-in objects

    2. JavaScript modules

    3. JavaScript classes

  3. Learn through the W3Schools: JavaScript Tutorial