Welcome to the JavaScript repository! This repository contains various JavaScript projects and code snippets designed to help you learn JavaScript from basics.
This repository is a collection of JavaScript projects ranging from basic to advanced levels. It aims to provide learning resources and practical examples to improve your JavaScript skills.
- A variety of JavaScript projects and examples
- Well-documented code for better understanding
- Regular updates and additions
- Contributions from the community are welcome
To get started with the projects in this repository, follow these steps:
- Clone the repository:
git clone https://github.com/SohamDeshmukh1/Java-Script.git
- Navigate to the project directory:
cd Java-Script
Each project in this repository has its own directory. Navigate to the respective directory to run the project.
Here's a list of some key projects included in this repository:
- Varibale & Data types
- Basic Operations
- Loops And String
- Arrays
- Function & Methods
- DOM - Document Object Model
- DOM Part 2
- Events
- Mini Project (Tic Tac Toe)
- Mini Project
- Classes & Objects
- CallBacks, Promises , Async Await
- API Fetching
Contributions are welcome! If you have any ideas or improvements, feel free to contribute. Here’s how you can do it:
-
Fork the repository
-
Create a new branch
git checkout -b feature-branch
-
Make your changes
-
Commit Your Changes
git commit -m 'Add some feature'
-
Push to the branch
git push origin feature-branch