5_while_confirm.js 122 B

1234
  1. while (!confirm('Прервать цыкл?')) {
  2. alert('Еще в цыкле');
  3. }
  4. alert('Вышли из цыкла');