File tree Expand file tree Collapse file tree 1 file changed +49
-49
lines changed
scripting-docs/javascript/misc Expand file tree Collapse file tree 1 file changed +49
-49
lines changed Original file line number Diff line number Diff line change 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"
16
16
- " 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&# 39 ; t have &# 39 ; continue&# 39 ; 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 )
You can’t perform that action at this time.
0 commit comments