This Repository is about how I learned JavaScript, so other People will have a better Time learning JavaScript
Install NodeJS: https://nodejs.org/en/
Create a folder and go into it. Write "npm init" in the terminal to create a Project To add a Library, write "npm install " in the terminal To execute a file, write "node " in the terminal
How It all Started: Comments Variables
Numerical Operatiors
Grouping Code in Functions
If If Else
Using Modules Creating Modules
For Loops While Loops
Simple Website with Express Simple Calculator