Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/marijnh/Eloquent-JavaScript
/ has
Method
has
code/solutions/06_3_iterable_groups.js:14–16 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
12
}
13
14
has(value) {
15
return
this.#members.includes(value);
16
}
17
18
static from(collection) {
19
let
group =
new
Group;
Callers
1
add
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected