SOURCE

class Stack {
    constructor() {
        this.items = []
    }
    push() {

    }
    pop() {

    }
    peek() {

    }
    isEmpty() {
        
    }
    size() {}
}
console 命令行工具 X clear

                    
>
console