Javascript
Kontrollerar ifall Javascript-koden är korrekt enligt Webperf-communityts egna Javascript-test. Testet är ett "lint"-test för att avgöra om det är korrekt Javascript och följer webbstandard.
Betyg: 3.22 av 5
- JS är ok.Webbstandard
- `< script>` in: #1: Webbsida , antal grupperade fel: 3 ( 4.40 betyg )
- `< script>` in: #1: Webbsida , antal fel: 10 ( 3.00 betyg )
- X is not defined. (totalt 6 st)
- X is defined but never used. (totalt 3 st)
- X is assigned a value but never used. (totalt 1 st)
- `< script src="...">` in: #1: Webbsida , antal grupperade fel: 4 ( 4.20 betyg )
- `< script src="...">` in: #1: Webbsida , antal fel: 264 ( 1.00 betyg )
- X is not defined. (totalt 221 st)
- X is defined but never used. (totalt 37 st)
- X is assigned a value but never used. (totalt 5 st)
- Parsing error: Invalid regular expression: /^?\-?([1-9]{1}[0-9]{0,2}(\,[0-9]{3})*(\.[0-9]{0,2})?|[1-9]{1}\d*(\.[0-9]{0,2})?|0(\.[0-9]{0,2})?|(\.[0-9]{1,2})?)$/: Nothing to repeat (totalt 1 st)
Integritet & säkerhet
- `< script>` in: #1: Webbsida , antal grupperade fel: 2 ( 4.60 betyg )
- `< script>` in: #1: Webbsida , antal fel: 24 ( 1.00 betyg )
- Unexpected string concatenation of literals. (totalt 21 st)
- Unnecessary escape character: \/. (totalt 3 st)
- `< script src="...">` in: #1: Webbsida , antal grupperade fel: 10 ( 3.00 betyg )
- `< script src="...">` in: #1: Webbsida , antal fel: 438 ( 1.00 betyg )
- Expected X and instead saw X. (totalt 394 st)
- Expected an assignment or function call and instead saw an expression. (totalt 19 st)
- Do not access Object.prototype method X from target object. (totalt 11 st)
- Unnecessary escape character: \/. (totalt 4 st)
- eval can be harmful. (totalt 3 st)
- Unnecessary escape character: \[. (totalt 2 st)
- Unnecessary escape character: \.. (totalt 2 st)
- Comparing to itself is potentially pointless. (totalt 1 st)
- Unnecessary escape character: \-. (totalt 1 st)
- Parsing error: Invalid regular expression: /^?\-?([1-9]{1}[0-9]{0,2}(\,[0-9]{3})*(\.[0-9]{0,2})?|[1-9]{1}\d*(\.[0-9]{0,2})?|0(\.[0-9]{0,2})?|(\.[0-9]{1,2})?)$/: Nothing to repeat (totalt 1 st)