MCPcopy 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

sortStackFunction · 0.95
pushMethod · 0.95
_toArrayMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected