Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/careercup/CtCI-6th-Edition-JavaScript
/ push
Method
push
chapter04/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
5
buildOrder
Function · 0.45
recurse
Function · 0.45
listOfDepths
Function · 0.45
BST.js
File · 0.45
_toArray
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected