CSC 210

Advanced Authoring for the Web

Phase 2 Training

Overview

In this assignment, you'll walk through an interactive tutorial on advanced JavaScript, followed by a tutorial on NodeJS, and finally a tutorial on the Express.JS framework.

Rules:

  1. No copying and pasting. Typing the code out manually may seem tedious, but you will learn a ton more doing it that way. A large part of programming is muscle memory.

  2. Make sure you understand what you're typing. If the explanation isn't clear in the tutorial, ask about it in class or via email.

Assignment

  1. Learn JavaScript by installing and completing this interactive tutorial.

  2. Learn the basics of NodeJS by installing and completing this interactive tutorial.

  3. Learn how Express works by installing and completing this interactive tutorial.