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

Method _toArray

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

Source from the content-addressed store, hash-verified

36 }
37
38 _toArray() {
39 return this._data;
40 }
41}
42
43module.exports = Stack;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected