🔰module

JS ⟩ module

A "variable" is just a property of the environment record (associated with the currently executing block /function /module /script).

The relations between modules are called dependencies. When a module needs a piece from another module, it is said to depend on that module.

Last updated

Was this helpful?