0
How can one use a placeholder within a prompt box?
var email= <input type="password" placeholder="eg:example@gmail.com"> prompt("enter your email");
2 Answers
+ 12
prompt("enter email:", "placeholder email");
0
Thanks let me try it out
var email= <input type="password" placeholder="eg:example@gmail.com"> prompt("enter your email");