7 个仓库
Educational content and interactive exercises focused on mastering JavaScript language features and standard library methods.
Distinguishing note: This tag is specific to structured educational content for JavaScript, whereas the umbrella root is a broad category for all technical education.
Explore 7 awesome GitHub repositories matching education & learning resources · JavaScript Learning Modules. Refine with filters or upvote what's useful.
This project is a structured educational resource designed to guide developers through the mastery of the JavaScript programming language. It utilizes a progressive curriculum that organizes technical concepts into a daily learning path, allowing students to build foundational knowledge before advancing to complex application development. The resource distinguishes itself through a hands-on training model that combines detailed explanations with practical code challenges. By focusing on an interactive learning experience, it reinforces core language principles—such as data types, functional p
Provides structured lessons and practical code examples for verifying data types using standard language methods.
This project is a structured educational curriculum designed to build proficiency in vanilla JavaScript through hands-on, project-based learning. It provides a series of coding exercises that focus on core language fundamentals and the direct manipulation of the document object model, enabling developers to create interactive web interfaces without relying on external frameworks or dependencies. The curriculum distinguishes itself by emphasizing direct integration with browser-native APIs. Participants learn to build hardware-aware applications by accessing device sensors, cameras, and microp
Provides instructional modules focusing on building interactive web features using standard browser APIs without external dependencies.
This project is an automated code assessment tool and educational platform designed for frontend interview preparation. It provides a curated collection of technical challenges that allow developers to practice JavaScript mechanics, algorithmic problem solving, and core software engineering concepts. The platform utilizes a component-driven interface to organize and present educational content, which is managed through markdown-based modeling. It distinguishes itself by integrating automated evaluation systems that analyze user-submitted logic through abstract syntax tree analysis and sandbox
Provides structured educational content and exercises focused on mastering JavaScript language features.
This project is a structured educational framework designed to guide developers through the core concepts of JavaScript programming and software engineering. It functions as a comprehensive training resource, providing a logical roadmap for mastering web development, from fundamental language syntax to full-stack application architecture. The platform utilizes a markdown-based documentation system that organizes technical learning materials into a clear, hierarchical curriculum. By employing a static site generator, the project transforms these plain-text educational modules into a collection
Provides structured modules and exercises for mastering core JavaScript language features.
This is a video course that teaches JavaScript from scratch, covering fundamentals like variables, functions, scope, closures, and data types through 88+ lessons organized into 15 modules. The course uses a live-coding pedagogy where students code alongside pre-recorded video lessons, with each lesson providing starter and solution files for self-paced practice. The curriculum focuses on browser-native APIs, teaching DOM manipulation, event handling, and data fetching without external frameworks. Students build real-world projects like image galleries, drawing tools, and audio visualizers thr
Teaches core JavaScript concepts through 88+ videos, 30+ exercises, and 15 modules covering basics to advanced topics.
该项目是一个全面的 JavaScript 编程教程和前端 Web 开发课程。它作为一个结构化的教育资源,用于学习 JavaScript 语言,涵盖从基础语法到高级异步模式和现代编程技术的各个方面。 该资源作为一个前端工程教科书和 CSS 布局指南,提供有关构建响应式用户界面的详细教学材料。它涵盖了自定义 Web 组件的设计,以及应用样式和定位以创建有效的前端界面。 该课程包含几个核心能力领域,包括文档对象模型(DOM)的操作、用于网络请求和二进制数据处理的 Web API 集成,以及本地浏览器数据存储的管理。它还提供有关变量作用域、函数上下文和正则表达式等语言基础的指导。 内容以基于 Markdown 的静态站点形式交付,其中结构化文件被转换为静态 HTML 页面。
Offers educational modules and exercises focused on mastering JavaScript language features and standard library methods.
该仓库是一个针对标准算法挑战和技术面试问题的 JavaScript 实现集合。它作为结构化的学习资源,供开发者通过研究经过验证的代码解决方案来掌握基础数据结构和计算逻辑。 该项目通过根据标准化的算法模式组织解决方案脱颖而出,允许以专注的方式掌握反复出现的解决问题技术。通过按领域和技术方法对实现进行分类,它为导航复杂的逻辑谜题和建立常见面试场景中的熟练度提供了清晰的路径。 该仓库通过集成单元测试驱动的验证来确认解决方案在各种输入场景下的正确性,从而支持严谨的学习环境。它还通过模块化的文件系统结构促进本地开发,并提供必要的配置以支持交互式调试和算法逻辑的逐步执行。
Provides structured learning modules for mastering algorithms using JavaScript.