This repository contains my personal version of JavaScript notes that I compiled while learning from the famous Chai Aur Javascript YouTube series by Hitesh Sir.
- If you find any mistakes in my notes, please feel free to correct them by making a pull request (PR).
- These notes are open source, so if you can improve them in any way, I encourage you to contribute.
-
Fork the repository: Click the "Fork" button at the top right of this page to create a copy of this repository on your GitHub account.
-
Clone your fork:
git clone https://github.com/itsAakashz/JavaScriptLearningNotes.git
-
Create a new branch:
git checkout -b feature/your-feature-name
-
Make your changes: Edit the notes, add new information, or correct errors.
-
Commit your changes:
git commit -m "Description of changes"
-
Push to your fork:
git push origin feature/your-feature-name
-
Create a Pull Request: Go to the original repository on GitHub and click the "New Pull Request" button.
This project is open-source and available under the MIT License.
Happy Learning and Contributing! 🚀