Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/marijnh/Eloquent-JavaScript
/ 08_2_the_locked_box.js
File
08_2_the_locked_box.js
code/solutions/08_2_the_locked_box.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
box =
new
class
{
2
locked = true;
3
#content = [];
4
Callers
nothing calls this directly
Calls
1
withBoxUnlocked
Function · 0.85
Tested by
no test coverage detected