Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/careercup/CtCI-6th-Edition-JavaScript
/ min
Method
min
chapter03/3.2 - Stack Min/stackMin.js:30–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
}
29
30
min() {
31
return
this._min;
32
}
33
}
34
35
/* TEST */
Callers
1
stackMin.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected