MCPcopy Create free account
hub / github.com/careercup/CtCI-6th-Edition-JavaScript /

Class

chapter07/util/Stack.js:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10- size()
11*/
12class Stack {
13 constructor() {
14 this._data = [];
15 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected