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

File threeInOne.js

chapter03/3.1 - Three in One/threeInOne.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1var ThreeInOne = function() {
2 this.container = [];
3 this.middleBottom = 0;
4 this.middleTop = 0;

Callers

nothing calls this directly

Calls 2

pushMethod · 0.45
popMethod · 0.45

Tested by

no test coverage detected