Skip to main content

46 docs tagged with "JavaScript"

View all tags

Array

- 与 Object 同源.

Destructuring

- 建议只要有可能, 就不要在模式中放置圆括号.

DOM

- DOM Level 0.

Event

- event.preventDefault().

Fetch

- GET: read resources.

Generator

- 函数名称前面加一个星号 (*) 表示它是一个生成器函数.

Promise

Callback style asynchronous programming:

Symbol

- A Symbol is a unique and immutable primitive value