batch fixing ](/microbit/ -> ](/ links
This commit is contained in:
@ -10,9 +10,9 @@ Functions
|
||||
|
||||
## Quick Links
|
||||
|
||||
* [tutorial](/microbit/lessons/line-of-fire/tutorial)
|
||||
* [quiz](/microbit/lessons/line-of-fire/quiz)
|
||||
* [quiz answers](/microbit/lessons/line-of-fire/quiz-answers)
|
||||
* [tutorial](/lessons/line-of-fire/tutorial)
|
||||
* [quiz](/lessons/line-of-fire/quiz)
|
||||
* [quiz answers](/lessons/line-of-fire/quiz-answers)
|
||||
|
||||
## Class
|
||||
|
||||
@ -24,20 +24,20 @@ Learn how to create **functions**, `function()` that perform a specific task and
|
||||
|
||||
## Documentation
|
||||
|
||||
* **function** : [read more...](/microbit/js/function)
|
||||
* **return** : [read more...](/microbit/js/return)
|
||||
* **call** : [read more...](/microbit/js/call)
|
||||
* **global variable** : [read more...](/microbit/js/data)
|
||||
* **arithmetic operator** : [read more...](/microbit/reference/types/number)
|
||||
* **Boolean** : [read more...](/microbit/reference/types/boolean)
|
||||
* **forever** : [read more...](/microbit/reference/basic/forever)
|
||||
* **on button pressed** : [read more...](/microbit/reference/input/on-button-pressed)
|
||||
* **if** : [read more...](/microbit/reference/logic/if)
|
||||
* **clear screen** : [read more...](/microbit/reference/basic/clear-screen)
|
||||
* **show string** : [read more...](/microbit/reference/basic/show-string)
|
||||
* **plot** : [read more...](/microbit/reference/led/plot)
|
||||
* **unplot** : [read more...](/microbit/reference/led/unplot)
|
||||
* **pause** : [read more...](/microbit/reference/basic/pause)
|
||||
* **function** : [read more...](/js/function)
|
||||
* **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)
|
||||
* **forever** : [read more...](/reference/basic/forever)
|
||||
* **on button pressed** : [read more...](/reference/input/on-button-pressed)
|
||||
* **if** : [read more...](/reference/logic/if)
|
||||
* **clear screen** : [read more...](/reference/basic/clear-screen)
|
||||
* **show string** : [read more...](/reference/basic/show-string)
|
||||
* **plot** : [read more...](/reference/led/plot)
|
||||
* **unplot** : [read more...](/reference/led/unplot)
|
||||
* **pause** : [read more...](/reference/basic/pause)
|
||||
|
||||
## Objectives
|
||||
|
||||
@ -83,14 +83,14 @@ Computational Thinking Concept: AB = Abstraction; DE = Decomposition; AL = Algor
|
||||
## Activity
|
||||
|
||||
* time: 20 min.
|
||||
* [tutorial](/microbit/lessons/line-of-fire/tutorial)
|
||||
* [tutorial](/lessons/line-of-fire/tutorial)
|
||||
|
||||
## Extended Activity
|
||||
|
||||
* time: 20 min.
|
||||
* [quiz](/microbit/lessons/line-of-fire/quiz)
|
||||
* [quiz](/lessons/line-of-fire/quiz)
|
||||
|
||||
## Homework
|
||||
|
||||
* Extended Activity: [quiz](/microbit/lessons/line-of-fire/quiz)
|
||||
* Extended Activity: [quiz](/lessons/line-of-fire/quiz)
|
||||
|
||||
|
Reference in New Issue
Block a user