How do you lget user input in js code example Example: how to ask input in javascript let name=prompt("What is your name?"); console.log("Hi "+name)