/reference/types -> /types

This commit is contained in:
Peli de Halleux
2017-03-16 07:57:41 -07:00
parent 69bd0225ad
commit 00e9217e73
116 changed files with 224 additions and 361 deletions

View File

@ -24,7 +24,7 @@ Learn how to create a **break**, `break` to exit a while or for loop before the
## Documentation
* **Global Variable** : [read more...](/js/data)
* **Boolean** : [read more...](/reference/types/boolean)
* **Boolean** : [read more...](/types/boolean)
* **On Button Pressed** : [read more...](/reference/input/on-button-pressed)
* **While Loop** : [read more...](/js/while)
* **Break** : [read more...](/js/break)

View File

@ -38,8 +38,8 @@ Learn how to create a guessing game with **global variables** `var str: "this is
## Documentation
* **string** : [read more...](/reference/types/string)
* **string functions** : [read more...](/reference/types/string-functions)
* **string** : [read more...](/types/string)
* **string functions** : [read more...](/types/string-functions)
* **show string** : [read more...](/reference/basic/show-string)
* **local variables** : [read more...](/reference/variables/var)
* **assignment operator** : [read more...](/reference/variables/assign)

View File

@ -26,8 +26,8 @@ Learn how to create **functions**, `function()` that perform a specific task and
* **return** : [read more...](/js/return)
* **call** : [read more...](/js/call)
* **global variable** : [read more...](/js/data)
* **arithmetic operator** : [read more...](/reference/types/number)
* **Boolean** : [read more...](/reference/types/boolean)
* **arithmetic operator** : [read more...](/types/number)
* **Boolean** : [read more...](/types/boolean)
* **forever** : [read more...](/reference/basic/forever)
* **on button pressed** : [read more...](/reference/input/on-button-pressed)
* **if** : [read more...](/reference/logic/if)

View File

@ -25,7 +25,7 @@ Learn how to create **functions**, `function()` that perform a specific task and
* **function** : [read more...](/js/function)
* **call** : [read more...](/js/call)
* **global variable** : [read more...](/js/data)
* **arithmetic operators** : [read more...](/reference/types/number)
* **arithmetic operators** : [read more...](/types/number)
* **math random** : [read more...](/js/math)
* **forever** : [read more...](/reference/basic/forever)
* **for** : [read more...](/reference/loops/for)

View File

@ -44,7 +44,7 @@ Learn how to create **functions**, `function()` that perform a specific task and
* **return** : [read more...](/js/return)
* **call** : [read more...](/js/call)
* **global variable** : [read more...](/js/data)
* **arithmetic operator** : [read more...](/reference/types/number)
* **arithmetic operator** : [read more...](/types/number)
* **Boolean** : [/td/Boolean]()
* **forever** : [read more...](/reference/basic/forever)
* **on button pressed** : [read more...](/reference/input/on-button-pressed)