Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLamv-t committed Nov 4, 2023
1 parent 8378805 commit e65fca2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ new WeakSet(iterable)
### 参数

- `iterable` {{optional_inline}}
- : 如果传入了一个[可迭代对象](/zh-CN/docs/Web/JavaScript/Reference/Statements/for...of),这个对象的所有元素都会被添加到新的 `WeakSet` 对象中。空值会被视为未定义
- : 如果传入了一个[可迭代对象](/zh-CN/docs/Web/JavaScript/Reference/Statements/for...of),这个对象的所有元素都会被添加到新的 `WeakSet` 对象中。`null` 会被视为 `undefined`

## 示例

Expand Down

0 comments on commit e65fca2

Please sign in to comment.