7 个仓库
Educational resources focused on teaching current ECMAScript standards and best practices.
Distinguishing note: Shortlist candidates focused on instrumentation, interop, or network programming rather than general language learning.
Explore 7 awesome GitHub repositories matching education & learning resources · Modern JavaScript Programming. Refine with filters or upvote what's useful.
该项目是一个结构化的 JavaScript 编程教程和前端开发学习资源。它作为一个编程教育资源,旨在通过精选的核心概念仓库教授核心编码原则、基础语法和复杂的编程模式。 该内容作为现代 JavaScript 语言指南和语言规范指南,其教学材料基于当前行业标准和当代 Web 开发的技术规范。 该资源以 Markdown 格式的技术文档编写,并以静态 HTML 页面形式发布。
Offers educational resources focused on teaching modern ECMAScript standards and advanced programming patterns.
ES6-for-humans is an educational resource and technical manual providing a structured tutorial and programming guide for the ECMAScript 2015 language standards. It serves as a reference for transitioning from legacy JavaScript to modern syntax and coding patterns. The project covers modern language constructs including block-scoped variables, arrow functions, and class hierarchies. It provides guidance on implementing functional programming patterns via generators and lexically scoped functions, as well as object-oriented design using prototype-based inheritance. The documentation covers asy
Serves as a comprehensive guide for learning and applying modern ECMAScript standards.
该项目是一个教育指南和 JavaScript 语言教程,专注于 ECMAScript 6 标准。它作为学习该版本语言中引入的现代语法、语言结构和对象类型的综合资源。 该仓库包含编程电子书内容,旨在教导开发者如何编写更简洁、更高效的代码。它提供了一种结构化的现代 JavaScript 教育方法,帮助用户从遗留编码模式过渡到当前的行业标准。 这些材料涵盖了前端开发者培训和 Web 开发学习,重点在于应用现代语法以确保与当前 Web 框架和库的兼容性。 内容使用 Markdown 和纯文本源文件编写,并按静态层级组织,以便转换为数字电子书格式。
Provides educational resources focused on teaching the ECMAScript 6 standard and modern JavaScript best practices.
This project is an ECMAScript 2015 reference guide and JavaScript language cheat sheet. It provides a concise summary of the language specifications, syntax updates, and new features introduced in the 2015 standard. The guide serves as a technical overview of modern language patterns used to manage modular code structures and asynchronous operations. It functions as a reference for implementing current coding standards and studying core updates to the language. The content covers a wide range of capabilities, including asynchronous programming, object modeling, and module management. It deta
Provides an educational reference for implementing current ECMAScript 2015 standards and best practices.
该项目是一个全面的 JavaScript 编程教程和前端 Web 开发课程。它作为一个结构化的教育资源,用于学习 JavaScript 语言,涵盖从基础语法到高级异步模式和现代编程技术的各个方面。 该资源作为一个前端工程教科书和 CSS 布局指南,提供有关构建响应式用户界面的详细教学材料。它涵盖了自定义 Web 组件的设计,以及应用样式和定位以创建有效的前端界面。 该课程包含几个核心能力领域,包括文档对象模型(DOM)的操作、用于网络请求和二进制数据处理的 Web API 集成,以及本地浏览器数据存储的管理。它还提供有关变量作用域、函数上下文和正则表达式等语言基础的指导。 内容以基于 Markdown 的静态站点形式交付,其中结构化文件被转换为静态 HTML 页面。
Provides an educational path for mastering current ECMAScript standards and modern JavaScript programming best practices.
该项目是一门架构设计课程和教育资源,专注于将大型 JavaScript 代码库拆分为独立的、可测试且与环境无关的组件。它作为一个模块化编程指南和参考,用于在生产环境中实施结构化策略和最佳实践。 该材料强调使用设计模式来创建解耦组件和健壮的逻辑。它专门涵盖了依赖倒置策略以及使用通用接口来确保逻辑可以在不同 JavaScript 运行时中运行。 该指南提供了关于扩展应用程序架构以及通过分层抽象模型和单一职责模块化来管理复杂性的指导。它涵盖了在项目增长过程中应用模块化设计模式以保持代码整洁和易于管理的方法。
Teaches modern JavaScript development through the lens of decoupled and scalable module patterns.
This project is a collection of educational code samples and reference implementations for learning the React library. It provides curated examples of frontend architecture patterns used to build and structure user interfaces in web applications. The repository focuses on practical implementation patterns, offering a set of React component examples that demonstrate how to organize components and hooks. These materials serve as a guide for translating design requirements into functional code through studied implementation samples. The content covers the fundamentals of React frontend developm
Provides examples practicing current ECMAScript standards and functional programming concepts for scalable web applications.