mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2025-05-24 10:22:23 +00:00
commit
badabbffe7
@ -114,7 +114,7 @@ s.has(1) // true
|
|||||||
s.has(2) // true
|
s.has(2) // true
|
||||||
s.has(3) // false
|
s.has(3) // false
|
||||||
|
|
||||||
s.delete(2);
|
s.delete(2) // true
|
||||||
s.has(2) // false
|
s.has(2) // false
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user