moving all js docs under "javascript" (#368)

This commit is contained in:
Peli de Halleux
2017-03-07 10:17:01 -08:00
committed by Abhijith Chatra
parent bc1e5f2522
commit 316d82a8d2
32 changed files with 101 additions and 132 deletions

View File

@@ -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)