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

NODE Reference: Node.js Introduction

Quick reference for Node.js Introduction.

Read time: 1 min • Words: 16
My Progress

NODE Reference — Node.js Introduction

Quick summary of Node.js Introduction with syntax and example.

Syntax

node file.js

Example

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