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?

  1. alert
  2. console
  3. DOM
  4. 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.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.