0
How to take " input() " in JavaScript???
4 Respuestas
+ 1
Ok, I try it
0
you can use prompt() (js) or an input-tag (html)
0
Here is an example of dealing with user input in JavaScript. I hope it helps.
https://code.sololearn.com/WpOUq0ggf40a/?ref=app
0
Ok