Programming Languages JavaScript Objective
Mar 06, 2013

To automatically open the console when a JavaScript error occurs which of the following is added to prefs.js?

Choose the correct answer:
A) user_pref(" javascript.console.open_on_error", false);
B) user_pref("javascript.console.open_error ", true);
C) user_pref("javascript.console.open_error ", false);
D) user_pref("javascript.console.open_on_error", true);
Detailed Explanation

Option D is the right answer.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback