Skip to content

Latest commit

 

History

History
85 lines (68 loc) · 2.02 KB

README.md

File metadata and controls

85 lines (68 loc) · 2.02 KB

JavaScript

This repository aims to teach JavaScript from scratch to an advanced level.

To contribute to this project follow the steps below :

  1. Fork the repository
  2. Clone the repository
    git clone https://github.com/Devkant21/Javascript
    
  3. Open your branch in your name (preferably)
    git checkout -b devkant
    
  4. Add your changes
    git add <filename>
    

    example :

    git add Lecture.js
    
  5. Add the commit message
    git commit -m "your commit message"
    
  6. Link the branch to your forked repository address
    git remote add <branch_name> <your forrked repo address>
    
  7. push the commits by:
    git push <branch_name>
    

The following are the list of topics :

  1. Basics

    • Keywords : var, let, const
    • sum of two numbers
    • Multiplication of two numbers
  2. Conditionals

    • Conditionals (if else, switch case)
  3. Data types

    • NULL
    • NUMBER
    • BOOLEAN
    • BIGINT
    • STRING
    • SYMBOL
    • UNDEFINED
  4. Operators & Expression

    • Assignment operators
    • Comparison operators
    • Logical operators
    • Ternary operator
  5. Function

    • Area of Rectangle

Contributors :

  1. Devkant Swargiary
  2. Bhargab Baruah
  3. Washiul Islam
  4. Ridip Ranjan Deka
  5. Aditi Roy
  6. Debojani Chowdhury
  7. Krishi Pratim Sarma
  8. Pritam Barman
  9. Paragjyoti phukan
  10. Soumik Bhuyan
  11. Bhabesh Baro
  12. Manash Pratim Kalita

We would love to have you as a contributor. Please star the repository