jstraining is a curated set of training materials designed to teach JavaScript with a practical, hands-on approach. It organizes slides, exercises, and example projects into a progressive curriculum that moves from language fundamentals to tooling and best practices. Learners write code early and often, reinforcing concepts like functions, objects, modules, and asynchronous control flow. The repository encourages modern syntax and patterns while keeping examples small enough to digest in a classroom or workshop setting. It can be adapted for short bootcamps, brown-bag sessions, or self-guided study. Instructors benefit from ready-to-use outlines, while learners get runnable code and tasks that build muscle memory.
Features
- Modular curriculum with slides, exercises, and example code
- Focus on hands-on coding over passive reading
- Covers core JS, the DOM, modules, and async patterns
- Suitable for workshops, bootcamps, and self-study tracks
- Encourages modern syntax and idiomatic practices
- Easy to adapt or extend for different audiences