Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 736 Bytes

File metadata and controls

38 lines (29 loc) · 736 Bytes

Learning-JavaScript

This Repository is about how I learned JavaScript, so other People will have a better Time learning JavaScript

Before the Begining

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

The Begining

How It all Started: Comments Variables

Counting

Numerical Operatiors

Functions

Grouping Code in Functions

If Else Statements

If If Else

Modules

Using Modules Creating Modules

Comming Up

For Loops While Loops

Comming Projects

Simple Website with Express Simple Calculator