Tuesday, May 6, 2014

Strictness of Javascript

            Although  Javascript warning can be ignored, its a good practice to ensure that your code does not throw any warnings. This also ensures the quality of code. You can set the strict mode in Firefox as:

  • Type about:config in Firefox adressbar
  • Search word "strict" 
  • double click line that says : javascript.options.strict. This should set its value to true.

No comments:

Post a Comment