🔰module

JS ⟩ module

circle-check
circle-exclamation
circle-exclamation
circle-info

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

circle-info

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