Commons:User scripts/users namespace/reports/User:Cool scripts tester/common.js

This is the report page for User:Cool scripts tester/common.js. It is bot-maintained. All manual changes might be overwritten.

jshint edit

  1. ISSUE: line 8 character 3: eval can be harmful. - Evidence: x=eval(opt+'(x)');
  2. ISSUE: line 54 character 11: Use '===' to compare with 'null'. - Evidence: if (re == null) return ar;
  3. ISSUE: line 55 character 13: 'i' is already defined. - Evidence: for(var i=0;i<re.length;++i)
  4. ISSUE: line 126 character 15: Use '===' to compare with '0'. - Evidence: if(i%3==0)