| 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 |
|
|
867c10d0-7df6-4ba3-bbe6-7d5b3900cb22 |
mikejo5000 |
mikejo |
ghogen |
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.
- Include the
whiletest statement after the closing curly brace.