Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/careercup/CtCI-6th-Edition-JavaScript
/ push
Method
push
chapter07/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
15
recurse
Function · 0.45
makeTest
Function · 0.45
minesweeper.js
File · 0.45
jigsaw.js
File · 0.45
jukebox.js
File · 0.45
fileSystem.js
File · 0.45
deckOfCards.js
File · 0.45
othello.js
File · 0.45
BST.js
File · 0.45
_toArray
Method · 0.45
circularArray.js
File · 0.45
intersection
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected