📝
프론트엔드 스쿨 교안(1기)
/
📝
(코테준비) 자료구조 및 알고리즘
/
☝
JS 100제 - 1권
/
🔥
문제24
/
✔️
답안
✔️
답안
var name = prompt("이름을 입력하세요."); console.log(name.toUpperCase());