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 closing parenthesis. Some expression 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