An open API service indexing awesome lists of open source software.

https://github.com/developer-ronnie/js-tutorial

In this repo I'm saving tutorials for my JavaScript Journey From Beginners to Advanced.
https://github.com/developer-ronnie/js-tutorial

Last synced: about 1 year ago
JSON representation

In this repo I'm saving tutorials for my JavaScript Journey From Beginners to Advanced.

Awesome Lists containing this project

README

          

JS-Tutorial
In this repo I'm saving tutorials for my JavaScript Journey From Beginners to Advanced level.

### 🎯 OBJECTIVE

- To provide confidence to the viewers in JavaScript

### ⚙️ TOOLS USED

- JS Environment: node.js
- Code Editior: VSCode

### ✍️ HOW TO PRACTISE
In order to understand each code properly read the comments carefully
to get the most out of it make your seperate practise.js file and try each code by yourself for best practise.

### 👨🏻‍💻 HOW TO EXECUTE FILES
- Step 1: Open Terminal in your code editor
- Step 2: Run command "node --version"
- Step 3: Run Command "npm --version"
- Step 4: Run this command to execute a particular file "node /.js"

- example of Step 4: "node 01_basics/01_variables.js"