🎴 Flashcard Mode
JavaScript Fundamentals
Card1 / 25
Mastered0
Review0
QuestionClick to flip
Which of the following type of box is used to get input from the user?
AnswerClick to flip back
A
prompt
💡 Explanation:
The prompt box is used to get input from the user. It has an inbuilt text box where the user can type a value. After typing the data, the user must click on either 'OK' or cancel to continue. The value entered by the user is stored in a variable and the further action can be taken.