Skip to content

Latest commit

 

History

History
35 lines (32 loc) · 975 Bytes

File metadata and controls

35 lines (32 loc) · 975 Bytes
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
javascript
article
VS.WebClient.Help.SCRIPT1006
JavaScript
TypeScript
DHTML
2fb72012-0f83-40fa-b747-167940d90bdd
7
mikejo5000
mikejo
ghogen

Expected ')' (JavaScript)

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;  
}  

To correct this error

  • Add the right parentheses to the evaluation expression.