moving all js docs under "javascript" (#368)
This commit is contained in:
committed by
Abhijith Chatra
parent
bc1e5f2522
commit
316d82a8d2
@@ -2,10 +2,10 @@
|
||||
|
||||
Break statement; exit a for or while loop.
|
||||
|
||||
### @parent js/language
|
||||
### @parent javascript/language
|
||||
|
||||
|
||||
Exit a [while](/js/while) or [for](/reference/loops/for) loop before the loop is complete.
|
||||
Exit a [while](/javascript/while) or [for](/reference/loops/for) loop before the loop is complete.
|
||||
|
||||
### Touch Develop syntax
|
||||
|
||||
@@ -29,5 +29,5 @@ for (let i = 0; i < 10; i++) {
|
||||
|
||||
### See also
|
||||
|
||||
[for](/reference/loops/for), [while](/js/while)
|
||||
[for](/reference/loops/for), [while](/javascript/while)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user