/reference/types -> /types
This commit is contained in:
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
Reference in New Issue
Block a user