+ 3
How does Javascript inputs work?
How can i make an input value in javascript?
4 Respostas
+ 1
You can do it by adding form and inout fields in html or using prompt() function:
Edit:
var inputUser = prompt("Enter something:);
+ 3
ok :D
+ 2
ok thank you!
the 2 solution i cant because im at the half of js course, so i cant see this lesson
+ 1
check my edit for example