Common JS

CommonJS defines a module format.

module to solve the javascript scoop. every module has its own namespace.

Provide 2 tools

  1. require

  2. module

Last updated

Was this helpful?