// the find
hiteshchoudhary/js-hindi-youtube
A code repo for javascript series at Chai aur code youtube channel
Companion code for a Hindi-language JavaScript tutorial series on YouTube (Chai aur Code). It walks through JS fundamentals in numbered folders — variables, arrays, DOM, OOP, promises. Aimed squarely at Hindi-speaking beginners learning JavaScript from scratch via video.
The folder structure mirrors the video progression, so jumping between the YouTube lesson and the code is frictionless. Covers a reasonable breadth for a beginner series: closures, prototypes, IIFE, async/promises, DOM manipulation. The StackBlitz sandbox link for DOM projects lowers the barrier — no local setup needed to experiment.
This is lecture notes, not a reusable library or tool — its value is entirely tied to watching the videos, which makes it nearly useless as a standalone reference. Files are named one.js, two.js, three.js with no description of what each does without opening them. No tests, no exercises with expected outputs, nothing that would let a learner verify they understood correctly. Last push was August 2024 and the README is two lines, so there's no indication the series is active or complete.