JavaScript 指南

JavaScript 指南向你展示如何使用 JavaScript 并概述该语言。如果你需要有关语言功能的详尽信息,请查看 JavaScript 参考

¥The JavaScript Guide shows you how to use JavaScript and gives an overview of the language. If you need exhaustive information about a language feature, have a look at the JavaScript reference.

本指南分为以下章节。

¥This Guide is divided into the following chapters.

介绍

语法和类型

控制流程和错误处理

循环和迭代

函数

表达式和运算符

数字和日期

文本格式

索引集合

¥Indexed collections

概述:索引集合

¥Overview: Indexed collections

键控集合

¥Keyed collections

概述:键控集合

¥Overview: Keyed collections

处理对象

使用类

Promise

类型化数组

¥Typed arrays

概述:类型化数组

¥Overview: Typed arrays

迭代器和生成器

¥Iterators and generators

概述:迭代器和生成器

¥Overview: Iterators and generators

元编程

JavaScript 模块