in javascript which of these user with a message and request user input code example
Example: how to ask input in javascript
let name=prompt("What is your name?");
console.log("Hi "+name)
let name=prompt("What is your name?");
console.log("Hi "+name)