@ -1,6 +1,6 @@
|
||||
# counter lesson
|
||||
# Counter lesson
|
||||
|
||||
Learn how to create a counter with with on button pressed.
|
||||
Learn how to create a counter with with **on button** pressed.
|
||||
|
||||
## Topic
|
||||
|
||||
@ -13,9 +13,9 @@ Variables
|
||||
* [quiz](/lessons/counter/quiz)
|
||||
* [quiz answers](/lessons/counter/quiz-answers)
|
||||
|
||||
## Prior learning/place of lesson in scheme of work
|
||||
## Prior learning and lesson level
|
||||
|
||||
Learn how to creating a **variable** to keep track of the current count. We will be learning how to create a counter app using a variable as well as simple commands, such as on button pressed, and show number.
|
||||
Learn how to create a **variable** to keep track of the current count. We will be learning how to create a counter app using a variable and simple commands, such as on button pressed, and show number.
|
||||
|
||||
## Documentation
|
||||
|
||||
@ -34,10 +34,10 @@ basic.showLeds(`
|
||||
`)
|
||||
```
|
||||
|
||||
* **variable**: [read more...](/blocks/variables)
|
||||
* **arithmetic operators**: [read more...](/types/number)
|
||||
* **on button pressed** : [read more...](/reference/input/on-button-pressed)
|
||||
* **show number** : [read more...](/reference/basic/show-number)
|
||||
* **[variable](/blocks/variables)**:
|
||||
* **[arithmetic operators](/types/number)**
|
||||
* **[on button pressed](/reference/input/on-button-pressed)**
|
||||
* **[show number](/reference/basic/show-number)**
|
||||
|
||||
## Objectives
|
||||
|
||||
|
Reference in New Issue
Block a user