Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/careercup/CtCI-6th-Edition-JavaScript
/ size
Method
size
chapter04/util/Stack.js:17–19 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
}
16
17
size() {
18
return
this._data.length;
19
}
20
21
isEmpty() {
22
return
this.size() == 0;
Callers
2
isEmpty
Method · 0.95
peek
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected