* Implement the Stack with a given interface via array. * * @example * const stack = new Stack(); * * stack.push(1); // adds the element to the stack * stack.peek(); // returns the peek, but doesn't delete it, returns 1 * stack.pop(); // returns the top element from stack and deletes it, retu
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected