final vidoe cleanup

This commit is contained in:
Peli de Halleux
2016-05-26 19:33:26 -07:00
parent 304ef89a1d
commit 1a00fded98
20 changed files with 4 additions and 62 deletions

View File

@ -12,8 +12,6 @@ basic.showString("ASK ME A QUESTION", 150)
**Challenge 1**
### @video vimeo/134142879
Now we need to reply after someone asks Micro a yes or no question. We want to respond `YES` when button `A` is pressed. Add a condition for button `A` and inside it show the string `YES`.
```
@ -27,8 +25,6 @@ input.onButtonPressed(Button.A, () => {
**Challenge 2**
### @video vimeo/134142673
What if Micro's answer to the question is no? Let's have `NO` be displayed when button `B` is pressed. Add a condition for button `B` and inside it show the string `NO`.
```