90.6k views
2 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 Leesei
by
4.9k points

1 Answer

7 votes

Answer:

i think the answer is d

Step-by-step explanation:

looks cool

User Juan Bosco
by
5.4k points