Q. Which of the following is added to prefs.js when the console is automatically opened during JavaScript error?
β
Correct Answer: (A)
user_pref("javascript.console.open_on_error", true);
Explanation: is added to prefs.js when the console is automatically opened during JavaScript error.