Skip to content

Commit

Permalink
更新 index.md
Browse files Browse the repository at this point in the history
Co-authored-by: A1lo <[email protected]>
  • Loading branch information
JasonLamv-t and yin1999 authored Nov 5, 2023
1 parent e65fca2 commit 9dcd2e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ws.has(foo); // false,foo 已经被移除
ws.has(bar); // true,bar 被保留
```

请注意 `foo !== bar`虽然它们是相似的对象_但它们**不是同一个对象**_。因此,它们都被添加到集合中
请注意 `foo !== bar`它们是相似的对象_但它们**不是同一个对象**_。因此,它们都会被添加到集合中

## 规范

Expand Down

0 comments on commit 9dcd2e7

Please sign in to comment.