+ 1
JS prompt - calculator (калькулятор)
Help me, please. How to do in the calculator if you have not entered a number, then offer to enter again until you enter a number. And that would not count either 0 or nan. Помогите мне, пожалуйста. Как в калькуляторе сделать если ввели не цифру, то предлагать еще раз ввести, пока не введет цифру. И что бы не считал или 0 или nan.
6 ответов
+ 5
Ok, here's my solution, I'm using the do...while statement:
https://code.sololearn.com/W45ToHTR466g/?ref=app
+ 5
Марина Гординская Try do{...}while(!val)
+ 4
I can't open the code, please insert it clicking the insert button.
+ 1
Thank you, this is what I need. What can you do with the cancel function? If you press it, it counts 0
+ 1
Thanks, I'll try