Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/braziljs/eloquente-javascript
/ delete
Method
delete
code/solutions/06_2_groups.js:10–12 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
8
}
9
10
delete(value) {
11
this.#members = this.#members.filter(v => v !== value);
12
}
13
14
has(value) {
15
return
this.#members.includes(value);
Callers
2
n
Method · 0.45
06_2_groups.js
File · 0.45
Calls
1
filter
Method · 0.80
Tested by
no test coverage detected