JScript  

Expected '('

[This is preliminary documentation and subject to change]

You attempted to enclose an expression within a set of parentheses, but did not include the opening parenthesis. Some expressions must be enclosed within a set of opening and closing parentheses.

for (initialize; test; increment) {
statement;
}

To correct this error

See Also

JScript Language Reference