Multiple choice Which function will open an alert dialog with the message "Warning!" alert ("Warning)'; alert (Warning!) alert("Warning!"); alert ("Warning) )'; Reveal answer Fill a bubble to check yourself C Correct answer Explanation The alert function requires the message to be enclosed in quotes and parentheses, followed by a semicolon.