Answers for "css show prompt where click"

4

how to ask input in javascript

let name=prompt("What is your name?");
console.log("Hi "+name)
Posted by: Guest on August-09-2020
4

js prompt

var answer = prompt('What is your name?','Joe Blogg');
Posted by: Guest on March-31-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language