adds code


Welcome to my node.js tutorial. In this series, I will go over the fundamentals of node.js and guide you through three projects - a number guessing game, a simple calculator app, and a 2048 game. In this lesson, I will just be going over what programming is in the first place and why you might want to learn it, what JavaScript is and why or why not to learn it, then an installation guide for node.js, and finally showing you a hello world program just as an example. Transcript: https://github.com/hyper-neutrino/tutorials/blob/master/node.js/1%20Introduction.md Download Node.JS: https://nodejs.org/en/download/ Node.JS Package Manager instructions: https://nodejs.dev/en/download/package-manager/ Starter Guide on the Node.JS website: https://nodejs.dev/en/learn/how-to-install-nodejs/ 0:45 What is programming? 2:53 Why/why not JavaScript? 4:58 Installing Node.JS 8:04 Setting up an environment + Hello World 12:44 Outro
Previous Post Next Post