MCPcopy Create free account
hub / github.com/betomoedano/JavaScript-Coding-Interview-Questions /

Class

stacks/queue-via-stacks.js:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39class Stack {
40 constructor() {
41 this.data = [];
42 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected