MCPcopy 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

recurseFunction · 0.45
makeTestFunction · 0.45
minesweeper.jsFile · 0.45
jigsaw.jsFile · 0.45
jukebox.jsFile · 0.45
fileSystem.jsFile · 0.45
deckOfCards.jsFile · 0.45
othello.jsFile · 0.45
BST.jsFile · 0.45
_toArrayMethod · 0.45
circularArray.jsFile · 0.45
intersectionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected