Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/marijnh/Eloquent-JavaScript
/
Class
code/solutions/07_3_persistent_group.js:1–1 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
class
PGroup {
2
#members;
3
constructor(members) {
4
this.#members = members;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected