Home »
MCQs »
Full Stack Development MCQs
Which of the following is a type of pop-up box in JavaScript?
29. Which of the following is a type of pop-up box in JavaScript?
- alert
- console
- DOM
- canvas
Answer: A) alert
Explanation:
The alert() is a function in JavaScript which interrupts the execution of the JavaScript code and shows the message in a pop-up window.