Getting input from the user in JavaScript

prompt( ) –

The browser provides a built-in function that can be used to get input from the user, named prompt. The prompt( ) method displays a dialog box that prompts the visitor for input.

Once the prompt function obtains input from the user, it returns that input.

Syntax: –

prompt(text, defaultText)

Ex

  • prompt(“Enter Your Name: “, “name”);
  • prompt(“Enter Your Roll No. : “);

Good Approach

  • Inline
  • External
  • Inside head Tag
  • Inside bodyTag
0 0 votes
Article Rating
Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x