Day 1: Setting up the tooling and Core Concepts:
Sign up at NPMjs.com
Install Nodejs
Install Visual Studio Code
Understanding that JavaScript is a Programming Language:
Practice writing basic JavaScript programs.
Understand the Browser Object Model and the Node.js Console Object Model as execution contexts for JavaScript.
Using Chromium Devtools to troubleshoot your Web Page
Programming “server side” JavaScript
Test Question Practice: Write JavaScript programs to add the numbers from 1 to 100, stepping up by 7 each time, and adding the stepped over numbers.