0
Hello i was wondering how do i make my own JavaScript input *simple*?
2 ответов
+ 2
You can use the `prompt` function. Like this:
https://code.sololearn.com/WePkO91X74pv/?ref=app
+ 1
Use input tag of html and then use document.getElementById put your input id in it.