445,565 views
25 votes
25 votes
Which of the following is the correct way to create an alert box with the message “That’s not quite correct.”?

A.
function displayAlert(){ display Alert("That’s not quite correct"); }

B.
function displayAlert(){ alert("That’s not quite correct"); }

C.
function displayalert(){ ("That’s not quite correct"); }

D.
function displayalert(){ alert("That’s not quite correct"); }

User PiotrO
by
3.1k points

1 Answer

20 votes
20 votes

Answer:

i think the answer is d

Step-by-step explanation:

looks cool

User Liangli
by
2.7k points