Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 795 Bytes

File metadata and controls

16 lines (12 loc) · 795 Bytes

Tutorial Code

This section contains the code seen in the tutorial part of the workshop.

It is divided into three parts:

  1. Introduction to NodeJS. This section assumes you know nothing about NodeJS and teaches you the fundamentals.
  2. ES6 in NodeJS. This section teaches you how to use ES6/ES2015 in NodeJS, and the ways this can enhance your development.
  3. Testing in NodeJS. This section teaches you how to write tests in NodeJS.

Each section includes an ordered list of programs, where each program teaches something small. What it teaches is listed in a comment at the end of the program.

Note that the test folder contains a set of tests that run the above programs and verifies that the output is correct.