This repository aims to teach JavaScript from scratch to an advanced level.
To contribute to this project follow the steps below :
- Fork the repository
- Clone the repository
git clone https://github.com/Devkant21/Javascript
- Open your branch in your name (preferably)
git checkout -b devkant
- Add your changes
git add <filename>
example :
git add Lecture.js
- Add the commit message
git commit -m "your commit message"
- Link the branch to your forked repository address
git remote add <branch_name> <your forrked repo address>
- push the commits by:
git push <branch_name>
The following are the list of topics :
-
- Keywords : var, let, const
- sum of two numbers
- Multiplication of two numbers
-
- Conditionals (if else, switch case)
-
- NULL
- NUMBER
- BOOLEAN
- BIGINT
- STRING
- SYMBOL
- UNDEFINED
-
- Assignment operators
- Comparison operators
- Logical operators
- Ternary operator
-
- Area of Rectangle
- Devkant Swargiary
- Bhargab Baruah
- Washiul Islam
- Ridip Ranjan Deka
- Aditi Roy
- Debojani Chowdhury
- Krishi Pratim Sarma
- Pritam Barman
- Paragjyoti phukan
- Soumik Bhuyan
- Bhabesh Baro
- Manash Pratim Kalita
We would love to have you as a contributor. Please star the repository