Q52
Which of the following is added to prefs.js when the console is automatically opened during JavaScript error?
A.
user_pref("javascript.console.open_on_error", true);
AnswerB.
user_pref("javascript.console.open_error ", true);
C.
user_pref("javascript.console.open_error ", false);
D.
user_pref(" javascript.console.open_on_error", false);
Answer: Option A
Solution
Answer: Option A
Solution:
is added to prefs.js when the console is automatically opened during JavaScript error.