Chapter 33. JavaScript Modules in the Web Browser II

Table of Contents
References for this Lesson
Most Recent Lesson's Assignments
JavaScript Modules II
The import Statement
The Rationale Behind Modules
Have You Noticed Something Capricious? Modules are Deferred
Multiple Imports of Same Module
Assignments DE.Modules II
Handing In Assignments
Assignment DE.Mod.11

References for this Lesson

MDN - JavaScript modules

MDN - import - JavaScript

MDN - export - JavaScript

ECMAScript Modules in Browsers

Efficiently load JavaScript with defer and async