L08 - Classes & Modules

How to work with classes and modules in the browser and how to build an application using a builder.

The lecture covers topics like:

  • ES6 classes
  • ES modules
  • Builders

YouTube videos on modules and classes

These short videos provide you with insight into classes and modules with JavaScript.

Lets start with 17 minutes (well) of "Class keyword - Object Creation in JavaScript P7 - Fun Fun Function".

Now take 7 minutes of "JavaScript ES6 Modules".

There there is a 30 minute conference talk from a member of the Google V8 development team on "ECMAScript Modules: Past, Present, and Future - Georg Neis".

Resources

Review these resources to complement the lecture.

  1. Snowpack

  2. In the (free online) book "JavaScript for impatient programmers", review the following chapters.

  3. MDN