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"); }