10_confirm.js 144 B

12
  1. alert(`Тип данных ${typeof confirm('Текст вопроса')}`);
  2. alert(`Значение ${confirm('Текст вопроса')}`);