πŸ“Š JavaScript
Q. 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);
  • (B) user_pref("javascript.console.open_error ", true);
  • (C) user_pref("javascript.console.open_error ", false);
  • (D) user_pref(" javascript.console.open_on_error", false);
πŸ’¬ Discuss
βœ… 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.

Explanation by: Mr. Dubey
is added to prefs.js when the console is automatically opened during JavaScript error.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
146
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
87%
Success Rate