Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/careercup/CtCI-6th-Edition-JavaScript
/ isEmpty
Method
isEmpty
chapter03/util/Stack.js:21–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
}
20
21
isEmpty() {
22
return
this.size() == 0;
23
}
24
25
push(value) {
26
this._data.push(value);
Callers
2
sortStack
Function · 0.95
peek
Method · 0.95
Calls
1
size
Method · 0.95
Tested by
no test coverage detected