Request a user’s name and display the response “Hello, [name]”
let name = prompt ("enter name");
alert("hello" + " " + name);
alert('...
For further actions, you may consider blocking this person and/or reporting abuse
Thanks 🙏