+ 3
How do I make an alert box with input in javascript
Plz
3 odpowiedzi
+ 1
Tnx
0
you could use a library such as sweetalert.org. here is an example of my code where I use inputs and pass the value to a new function.
https://code.sololearn.com/WOxhcDBREK6j/?ref=app
0
Thanks