Multiple choice technology testing

.Object is not recognized by FF

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The syntax ".Object" with a leading dot is invalid JavaScript and will not be recognized by any browser including Firefox. Object references must start with the window object or a valid identifier.