Introduction to Node.js - CommonJS Modules

Difficulty: Intermediate
Duration: 5 minutes and 31 seconds
Students: 108

This lesson offers an introduction to the CommonJS standard for Node.js modules

Learning Objectives

  • Learn about the CommonJS standard
  • Learn about the module object
  • Learn how to implement a custom module using CommonJS
  • Learn how to export and import a custom module
  • Learn how to access and use a custom module method

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