javascript ask for string code example Example: how to ask input in javascript let name=prompt("What is your name?"); console.log("Hi "+name)