Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 2.42 KB

node-js.md

File metadata and controls

51 lines (34 loc) · 2.42 KB

Getting Started with Node.js

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