Multiple choice technology testing

Set "" in IE needs to be Set " " for Firefox.

  1. True

  2. False

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

In Internet Explorer, you can use an empty string "" with the Set method, but Firefox requires a space " " instead. This is a known cross-browser compatibility difference.