Module
Convenient way of sharing code between files
Example: Basic Module
Modules are defined with the module keyword, and their exports can be access much like properties of an object
Sharing Code ( Import and Export Statements )
Modules are a very good way to share code between files
Last updated
Was this helpful?