Welcome to JavaScript Programming Notes β a beginner-friendly and practical guide to learning Core JavaScript with real examples, practice files, and revision content. This repo is perfect for students, developers, or anyone looking to strengthen their JavaScript fundamentals π
Javascript-Programming-Notes/
βββ .vscode/
βββ chapter1.md
β βββ index.html
β βββ script.js
βββ chapter2.md
β βββ index.html
β βββ script.js
βββ chapter3.md
β βββ index.html
β βββ script.js
βββ chapter4.md
β βββ index.html
β βββ script.js
βββ chapter5.md
β βββ index.html
β βββ script.js
βββ Quick Revision/
β βββ Introdcton.md
β βββ index.html
β βββ script.js
β βββ Datatypes.md
β βββ index.html
β βββ script.js
β βββ Loops.md
β βββ index.html
β βββ script.js
β βββ Variables.md
β βββ index.html
β βββ script.js
β βββ Conditional_Switch.md
β βββ index.html
β βββ script.js
β βββ functions_JS.md
β βββ index.html
β βββ script.js
βββ Arrays.md
β βββ index.html
β βββ script.js
βββ Pratice.md
β βββ index.html
β βββ script.js
βββ basic_html.html
βββ ES6_html.html
βββ practice_ques.html
βββ practice_ques.js
βββ script.js
- Each
chapter_Xfolder contains related JS topics with HTML/JS examples. Quick Revision/is for last-minute brushing up of concepts.- Practice files help reinforce concepts.
Click the β Star and then π΄ Fork button on the top-right of this repo to save it to your GitHub.
git clone https://github.com/Rishiraj-Pathak-27/Javascript-Programming-Notes.gitReplace
YOUR-USERNAMEwith your GitHub username.
cd Javascript-Programming-Notes
code .Make sure you have Javascript IDE Preinstalled.
π Handwritten notes & More Topic are currently under development and will be added soon to enhance your learning experience.
Stay tuned for more updates!
Contributions are welcome! If you'd like to suggest improvements, fix errors, or add your examples:
- Open an issue
- Fork the repo
- Submit a pull request
- β Star this repository if you find it helpful
- π΄ Fork it to your profile
- π₯ Clone it for best use in VS Code
- π§ Keep learning and exploring JavaScript!
Rishiraj Pathak
GitHub: @Rishiraj-Pathak-27
Happy Coding! π»β¨
- Rishiraj U. Pathak