Stack(스택)2023년 2월 15일 · 약 1분dldkffh1. Array를 스택처럼 사용 javascriptconst stack = [];// Pushstack.push(x);// Popstack.pop();