MCPcopy Index your code
hub / github.com/careercup/CtCI-6th-Edition-JavaScript / pop

Method pop

chapter03/util/Stack.js:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 }
28
29 pop() {
30 return this._data.pop();
31 }
32
33 peek() {
34 if (this.isEmpty()) return null;

Callers 1

sortStackFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected