JavaScript Modules

Learning Competencies

You should be able to use and describe JavaScript Modules via the import and export keywords

  1. Intro to modules
  2. Import and export in more detail
  3. Importing modules from the internet
  4. Node.js and CommonJS