Timkor

Untitled

Aug 4th, 2020
1,479
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. let distance;
  2. (distance = prompt('сколько ты проходишь за день ')) <= 3 ?
  3. alert('мало ходишь') : (distance >= 4 ? alert('ты крачавчик'):alert('enter positive integer, please'))
Advertisement
Add Comment
Please, Sign In to add comment