Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 828 Bytes

File metadata and controls

27 lines (24 loc) · 828 Bytes
title ms.date ms.prod ms.technology ms.topic f1_keywords dev_langs ms.assetid author ms.author manager
Expected 'while' | Microsoft Docs
01/18/2017
visual-studio-windows
vs-javascript
reference
VS.WebClient.Help.SCRIPT1024
JavaScript
TypeScript
DHTML
867c10d0-7df6-4ba3-bbe6-7d5b3900cb22
mikejo5000
mikejo
ghogen

Expected 'while'

You did not include the while condition in a do...while loop. A do statement must have a corresponding while test at the end of the code block.

To correct this error

  • Include the while test statement after the closing curly brace.

See also

while Statement
Controlling Program Flow