8_string_greeting.js 95 B

12
  1. let name = prompt("Укажите свое имя:");
  2. alert(`Приветствую ${name}`);