Getting Started

Introduction

Meet Node.js and understand where it fits.

Welcome to Node.js. In this lesson you will learn the essential ideas, prepare your environment, and complete your first practical example.

Use the example as a starting point, then change it and observe the result.

Important definitions

Syntax

Use this general pattern as a reference:

JAVASCRIPT

Examples

Try it yourself

Expected output

Hello from Node.js!

Note

Tip

Common mistakes