Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/careercup/CtCI-6th-Edition-JavaScript
/ push
Method
push
chapter03/util/Stack.js:25–27 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
23
}
24
25
push(value) {
26
this._data.push(value);
27
}
28
29
pop() {
30
return
this._data.pop();
Callers
3
sortStack
Function · 0.95
push
Method · 0.95
_toArray
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected