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

Method isEmpty

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

Source from the content-addressed store, hash-verified

19 }
20
21 isEmpty() {
22 return this.size() == 0;
23 }
24
25 push(value) {
26 this._data.push(value);

Callers 2

sortStackFunction · 0.95
peekMethod · 0.95

Calls 1

sizeMethod · 0.95

Tested by

no test coverage detected