Skip to content

itsAakashz/JavaScriptLearningNotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Notes

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.

Contributions

  • 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.

How to Contribute

  1. 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.

  2. Clone your fork:

    git clone https://github.com/itsAakashz/JavaScriptLearningNotes.git
  3. Create a new branch:

    git checkout -b feature/your-feature-name
  4. Make your changes: Edit the notes, add new information, or correct errors.

  5. Commit your changes:

    git commit -m "Description of changes"
  6. Push to your fork:

    git push origin feature/your-feature-name
  7. Create a Pull Request: Go to the original repository on GitHub and click the "New Pull Request" button.

License

This project is open-source and available under the MIT License.


Happy Learning and Contributing! 🚀

Releases

No releases published

Packages

No packages published