E0096: missing for loop header
It is a syntax error to have nothing between the (
and )
in a for
loop:
To fix this error, continue writing the for
loop:
Introduced in quick-lint-js version 0.2.0.
Find bugs in JavaScript programs.
It is a syntax error to have nothing between the (
and )
in a for
loop:
To fix this error, continue writing the for
loop:
Introduced in quick-lint-js version 0.2.0.