E0452: empty parenthesis after control statement
Leaving parenthesis empty after control statements (if
, while
, switch
,
with
) is a syntax error.
If the intention here was to create an infinite loop, the implementation would be this:
Find bugs in JavaScript programs.
Leaving parenthesis empty after control statements (if
, while
, switch
,
with
) is a syntax error.
If the intention here was to create an infinite loop, the implementation would be this: