// TODO: create a Stack generic class here: // export class Stack { // push(...) { ... } // pop(...) { ... } // }