Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. Which of the following is added to prefs.js when the console is automatically opened during JavaScript error?

  2. 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);

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    is added to prefs.js when the console is automatically opened during JavaScript error.


Be The First To Comment