Objective
Upon completion of this module, you should be able to:
- Install the node package manager.
- Install the VS Code text editor.
- Explain why Javascript modules prevent namespace collisions.
- Write Javascript code that exports and imports functionality using ES Modules.
- Install open-source dependencies using the node package manager.
- Write Javascript code that imports functionality from a node package.
- Bundle your Javascript code using the Parcel bundler for development and production purposes.