| title | ms.custom | ms.date | ms.prod | ms.reviewer | ms.suite | ms.technology | ms.tgt_pltfrm | ms.topic | f1_keywords | dev_langs | ms.assetid | caps.latest.revision | author | ms.author | manager | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Expected ')' (JavaScript) | Microsoft Docs |
01/18/2017 |
windows-client-threshold |
|
article |
|
|
2fb72012-0f83-40fa-b747-167940d90bdd |
7 |
mikejo5000 |
mikejo |
ghogen |
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. Notice the use of parentheses in the following example.
for (initialize; test; increment) {
statement;
} - Add the right parentheses to the evaluation expression.