Short Answer
When the following code executes, what message does the dialog box display?
var month = "January";
if (month.toLowerCase() == "january") {
alert("It is " + month + "!");
}
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: A dialog box is a control that
Q2: Provide a functionally equivalent, shorter version of
Q3: When should you use dialog boxes (alert,
Q4: How can you test two strings to
Q6: To break/split a string in JavaScript, you
Q7: The following code generates a dialog box
Q8: What does the following expression evaluate to?<br>39
Q9: The output element is for holding the
Q10: Suppose a variable x holds "dog". After
Q11: What is the syntax for generating a