+ 2
Having trouble with "prompt" function !
In JavaScript, I can't use "prompt" function. WHY?! Someone, please, can help me? My simply code: let p = prompt("Put a number"); And it's not working! The prompt pop-up doesn't appear in the screen. Thank's in advance for helping. alert("Thank you");đ https://code.sololearn.com/WzXMEd0EfyKl/?ref=app
1 Answer
+ 2
It's working ok for me.