the JavaScript function prompt() to ask the user about his plans. Put each plan item into an array. When user enters an empty string or presses “Cancel” input ends. Почему у меня не срабатывает вот так вот, кто может помочь?
var user = prompt(“wuzzup”);
let promptRes = null
while(promptRes === null) {
promptRes = prompt()
}
Может promptRes = user?
Обсуждают сегодня