🎴 Flashcard Mode
JavaScript Basics
Card1 / 16
Mastered0
Review0
QuestionClick to flip
Which of the following is NOT a type of popup box.
AnswerClick to flip back
A
Radio
💡 Explanation:
JavaScript has three built-in popup boxes: Alert (displays a message), Confirm (asks for OK/Cancel confirmation), and Prompt (requests user input). Radio buttons are form input elements, not popup boxes.