Introduction to Node.js - Using Third-Party Modules With CommonJS
Difficulty: Intermediate
Duration: 4 minutes and 48 seconds
Students: 145
Rating: 5/5
This lesson offers an introduction to working with third-party modules using the CommonJS standard. This lesson guides you with installing a third-party package, importing and exporting the module, and creating custom code that is integrated with the module.
Learning Objectives
- Learn how to install a third-party module using NPM
- Learn how to use the required syntax with a third-party module
- Learn how to import the third-party module into a file to create custom functions
- Learn how to export the module in order to use it in different parts of your application
Intended Audience
This lesson is intended for anyone who wants to learn about Node.js.
Prerequisites
There are no prerequisites for this lesson but an interest in Node.js would be beneficial.
Covered Topics