DrSchool Learn coding, fast.
EN AR BN CS DE EL Search

NODE Reference: ESM Modules

Quick reference for ESM Modules.

Read time: 1 min Words: 16
My Progress

NODE Reference — ESM Modules

Quick summary of ESM Modules with syntax and example.

Syntax

node file.js

Example

console.log("Run with: node app.js");