110k views
1 vote
Which of the following is not an option that can be displayed with a confirm dialog box?

a. Yes
b. No
c. Cancel
d. No

1 Answer

4 votes

Final answer:

The options that can be displayed with a confirm dialog box in JavaScript include Yes, No, and Cancel.

Step-by-step explanation:

The subject of this question falls under Computers and Technology as it deals with the display options of a confirm dialog box in programming.

Specifically, it relates to the use of a confirm dialog box in JavaScript.

In JavaScript, the confirm dialog box displays a message to the user with customizable buttons for interaction. The options that can be displayed with a confirm dialog box include:

  1. Yes
  2. No
  3. Cancel

Based on the given options, the correct answer is d. No, as it is a valid option that can be displayed with a confirm dialog box.

User Anuraagy
by
7.5k points