Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //https://shpp.gitbook.io/zero/tutorials/if-else/empire-state-building-lift
- let number = prompt("Номер поверху")
- if (number < 1 || number > 102){
- console.log("Невірний поверх")
- } else if (number >= 24 && number <= 39){
- let password = prompt("Введіть пароль")
- if (password = 1337){
- console.log("Ок")
- }
- else{
- console.log("Невірний пароль")
- }
- }else{
- console.log("Ok")
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement