Skip to content

Commit 9559598

Browse files
authored
Merge pull request #3535 from v-maudel/patch-2
CCI6458: Changing HTML entities
2 parents 0d0bac6 + f049b5f commit 9559598

File tree

1 file changed

+49
-49
lines changed

1 file changed

+49
-49
lines changed
Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,50 @@
1-
---
2-
title: "Can't have 'continue' outside of loop | Microsoft Docs"
3-
ms.custom: ""
4-
ms.date: "01/18/2017"
5-
ms.prod: "windows-client-threshold"
6-
ms.reviewer: ""
7-
ms.suite: ""
8-
ms.technology:
9-
- "javascript"
10-
ms.tgt_pltfrm: ""
11-
ms.topic: "article"
12-
f1_keywords:
13-
- "VS.WebClient.Help.SCRIPT1020"
14-
dev_langs:
15-
- "JavaScript"
1+
---
2+
title: "Can't have 'continue' outside of loop | Microsoft Docs"
3+
ms.custom: ""
4+
ms.date: "01/18/2017"
5+
ms.prod: "windows-client-threshold"
6+
ms.reviewer: ""
7+
ms.suite: ""
8+
ms.technology:
9+
- "javascript"
10+
ms.tgt_pltfrm: ""
11+
ms.topic: "article"
12+
f1_keywords:
13+
- "VS.WebClient.Help.SCRIPT1020"
14+
dev_langs:
15+
- "JavaScript"
1616
- "TypeScript"
17-
- "DHTML"
18-
ms.assetid: d2d95259-b2bc-4069-9876-60c30ad600a3
19-
caps.latest.revision: 6
20-
author: "mikejo5000"
21-
ms.author: "mikejo"
22-
manager: "ghogen"
23-
---
24-
# Can't have 'continue' outside of loop
25-
You attempted to use the **continue** statement outside of a loop. The **continue** statement can be used only within the body of a:
26-
27-
- `do-while` loop,
28-
29-
- `while` loop,
30-
31-
- **for** loop,
32-
33-
- **for/in** loop.
34-
35-
### To correct this error
36-
37-
- Make sure the **continue** statement appears within the body of a:
38-
39-
- `do-while` loop,
40-
41-
- `while` loop,
42-
43-
- **for** loop,
44-
45-
- **for/in** loop.
46-
47-
## See Also
48-
[continue Statement](../../javascript/reference/continue-statement-javascript.md)
49-
[Controlling Program Flow](../../javascript/controlling-program-flow-javascript.md)
50-
[Troubleshooting Your Scripts](../../javascript/advanced/troubleshooting-your-scripts-javascript.md)
17+
- "DHTML"
18+
ms.assetid: d2d95259-b2bc-4069-9876-60c30ad600a3
19+
caps.latest.revision: 6
20+
author: "mikejo5000"
21+
ms.author: "mikejo"
22+
manager: "ghogen"
23+
---
24+
# Can't have 'continue' outside of loop
25+
You attempted to use the **continue** statement outside of a loop. The **continue** statement can be used only within the body of a:
26+
27+
- `do-while` loop,
28+
29+
- `while` loop,
30+
31+
- **for** loop,
32+
33+
- **for/in** loop.
34+
35+
### To correct this error
36+
37+
- Make sure the **continue** statement appears within the body of a:
38+
39+
- `do-while` loop,
40+
41+
- `while` loop,
42+
43+
- **for** loop,
44+
45+
- **for/in** loop.
46+
47+
## See Also
48+
[continue Statement](../../javascript/reference/continue-statement-javascript.md)
49+
[Controlling Program Flow](../../javascript/controlling-program-flow-javascript.md)
50+
[Troubleshooting Your Scripts](../../javascript/advanced/troubleshooting-your-scripts-javascript.md)

0 commit comments

Comments
 (0)