Multiple choice technology testing

.Object method is not recognized/applicable in FireFox.

  1. True

  2. False

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

The statement claims that .Object method is not applicable in Firefox, which is false. Firefox supports standard JavaScript object methods like those on Object.prototype (toString, hasOwnProperty, etc.). The question likely refers to a proprietary IE-specific method, but as written, False is the correct answer.