Skip to content

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

License

Notifications You must be signed in to change notification settings

TrueWLAN/Learning-JavaScript

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published