Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 2.11 KB

node-js.md

File metadata and controls

51 lines (32 loc) · 2.11 KB

Getting Started with Node.js

Projected Time

90 minutes

Prerequisites

Motivation

This lab exercise will introduce Node.js, a powerful tool that lets you run JavaScript outside of the browser, in your terminal or editor, or even to run servers.

Objectives

Participants will be able to:

  • Install Node
  • Run commands in Node's REPL
  • Run a whole JavaScript file

Materials

Lesson

Independent Practice

Check for Understanding

Explain to your pair of the day what the Node REPL is and why you might use it.

Supplemental Materials