Getting Started with Node.js

January 30, 2024 ยท View on GitHub

Week 5 Keywords and Questions

  • In one sentence 'what is node'?
  • What is a runtime environment?
  • What is the difference between NPM and Node?

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

Supplemental Materials