How to store prompt value in javascript?
prompt() instructs the browser to display a dialog to the user to input some message. This is an optional message prompting the user. Prompt is generally used to take the input from the user. When the prompt box pops up, the User has to click “OK” or “Cancel” to proceed. In this article, we are … Read more