1. How to use the Nodejs REPL

    Learn about the Nodejs REPL

  2. How to use the import syntax in Nodejs

    Learn how to use the import syntax in Nodejs

  3. Sorting an Array

    How to sort an Array in JavaScript

  4. The Fetch API in Nodejs

    Learn about the Fetch API in Nodejs

  5. How to create and publish an npm module to the npm registry

    Learn how to publish an NPM module to the registry

  6. Unit testing with Jest

    A quick intro to unit testing Nodejs applications

  7. Using async/await correctly

    Learn how to use async/await correctly

  8. Introduction to unit testing with Mocha (Test Runner) and Chai (Test suite)

    Tips setting up Chai & Mocha test suite

  9. Introduction to JavaScript Code formatting and style guides

    Learn about code formatting

  10. Converting a number to a string

    Number to string conversion