Skip to content

Latest commit

 

History

History
204 lines (187 loc) · 10.7 KB

README.md

File metadata and controls

204 lines (187 loc) · 10.7 KB

JavaScript Handbook


GitHub repo forks  GitHub repo stars  GitHub repo contributors GitHub repo Issues  GitHub repo PRs  GitHub repo Merged PRs 

Overview

This JavaScript handbook offers a comprehensive introduction of various concepts in JavaScript. Whether you're a beginner or an experienced developer, this handbook will guide you through the world of JavaScript using clear explanations and well-commented code examples

Table of Contents

  1. Array.
  2. Async Javascript.
  3. Class.
  4. Closure.
  5. Deep & Shallow.
  6. Design patterns.
  7. Double and Triple Equal.
  8. Equality Comparison.
  9. Event Listener.
  10. Event loop.
  11. High order function.
  12. Hoisting.
  13. Local and Session Storage.
  14. Promise.
  15. Property flags and descriptors.
  16. Prototype.
  17. Try & Catch.
  18. var & let & const.
  19. Variable Scoping.
  20. JavaScript Callback.
  21. JavaScript Debounced Search.
  22. JavaScript Interview Questions.

Hacktoberfest 2024 ✨

This project is participating in Hacktoberfest 2024!

We welcome contributions from the open-source community, by adding of new javascript topics or enhancements to the documentation. Every contribution counts toward your Hacktoberfest goal.

How to Contribute

  1. Fork this repository and create a new branch.
  2. Find an issue to work on, or propose a new feature by opening an issue.
  3. Submit your pull request before October 31st to make it count for Hacktoberfest!

Share this Handbook 📣

Share on Social Media:

ashish_ash07 ashish_ash07 ashish_ash07

To copy the link manually, here is the URL:
https://neerajrathore.github.io/javascript-handbook/

Contributors 🌎

Many thanks to these amazing people :

neerajrathore
Neeraj Rathore
lord-cyclone100
Sangneel Deb
yashksaini-coder
Yash Kumar Saini
Ashish93-mrx
Ashish N M
Bharath-KumarReddy
Bharath-KumarReddy
mohitahlawat2001
Mohit ahlawat
sajalgarg45
Sajal Garg
sujanrupu
Sujan Ghosh
suryanshsingh2001
Suryansh Singh
bhaavvya
Bhavya
DhanushNehru
Dhanush
THE-ASHUTOSH
Ashutosh Kumar
ajayvaniya0
Ajay Vaniya
ArpitCS
ArpitCS
chaitanya-bhargava
Chaitanya Bhargava
guruprasath-v
Guruprasath
T-Rahul-prabhu-38
t rahul prabhu

Happy Contributing! 🚀

⬆ back to top