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

@ -4,8 +4,6 @@ These challenges will teach you how to create a counter 10 to 1. #docs
**Challenge 0**
### @video vimeo/134459911
[This guided tutorial](/lessons/digi-yoyo/tutorial) will teach you how to make a counter from 0-9 using a while loop.
```
@ -53,8 +51,6 @@ while (count > 0) {
**Challenge 3**
### @video vimeo/134449661
Now, we need `count` to decrease by one after the micro:bit has displayed the value of `count`.
We can do this by adding this line: