This repo started as my JavaScript crash course notebook following the amazing Bro Code YouTube video.
I've since expanded it into a 40-day deep learning project, where I’m combining Bro Code’s fast-track explanations with structured daily lessons, deep research, and conceptual breakdowns inspired by the Tapascript learning model. (https://www.youtube.com/watch?v=t8QXF85YovE&list=PLIJrr73KDmRw2Fwwjt6cPC_tk5vcSICCu).YouTube course.
To move beyond just syntax and speed, and build a solid understanding of JavaScript by:
- Revisiting core concepts deeply
- Creating hands-on examples
- Documenting new insights and patterns
- Treating each concept as a standalone building block
The first section follows Bro Code’s JS crash course structure:
- Variables, data types
- Operators and conditions
- Loops, functions, arrays
- Events, DOM manipulation
- Objects and Classes
The second section breaks down key concepts with:
- Daily JS deep-dives (Day 1 to Day 40)
- Research-backed notes
- Visual explanations
- Conceptual analogies
- Hands-on mini exercises