Add the 'Conditionals' lesson to csintro. (#428)

This commit is contained in:
Galen Nickel
2017-06-27 06:50:24 -07:00
committed by Peli de Halleux
parent c5b9c0691b
commit e598fc7855
15 changed files with 356 additions and 2 deletions

View File

@ -34,7 +34,7 @@ UNDER CONSTRUCTION: We are still migrating the CSIntro content to this format...
1. [Making](/courses/csintro/making)
2. [Algorithms](/courses/csintro/algorithms)
3. [Variables](/courses/csintro/variables)
4. Conditionals
4. [Conditionals](/courses/csintro/conditionals)
5. Iteration
6. Review/Mini-Project
7. Coordinate Grid System