Multiple Choice
Case 6-2
Daniel is writing JavaScript code to see if the person visiting his Web site is using Microsoft Internet Explorer.
-The condition being evaluated in this JavaScript code fragment from Daniel's site is:
(navigator.appName == "Microsoft Internet Explorer")
In this case,you are utilizing the appName ____ of the navigator object to determine the application name of the current Web browser.
A) method
B) application
C) object
D) property
Correct Answer:

Verified
Correct Answer:
Verified
Q4: When working with JavaScript,always place the _
Q5: _ is an example of a JavaScript
Q6: Method names are always followed by a
Q7: It would be easier to enter the
Q8: The syntax of the conditional statement in
Q10: With JavaScript,the browser will convert the script
Q11: The purpose of the _ method is
Q12: FIGURE 6-1<br> <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB1853/.jpg" alt="FIGURE 6-1
Q13: A keyword is recognized as part of
Q14: If you make the mistake of entering