Unit 9.1 - 9.3: Node.js
Unit Objectives:
By the end of this unit, you will be able to:
-
Build interactive command-line applications that process user input.
-
Explain modularization and how it relates to npm and the standard library.
-
Initialize new Node.js projects with npm, and install and import dependencies.
-
Explain the importance and usefulness of ES6+ concepts such as let, const, and arrow functions.
-
Handle asynchronicity with callbacks