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.
- Host: GitHub
- URL: https://github.com/developer-ronnie/js-tutorial
- Owner: Developer-RONNIE
- Created: 2023-10-06T18:51:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-22T05:13:12.000Z (over 1 year ago)
- Last Synced: 2024-10-23T07:32:07.064Z (over 1 year ago)
- Language: JavaScript
- Size: 273 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"