PHPEmbark / curriculum

PHPEmbark is an open-source curriculum package for instructors to use for teaching an introduction to PHP to beginners.
Other
32 stars 7 forks source link

Clearer explanation on loops #10

Open michellesanver opened 9 years ago

michellesanver commented 9 years ago

The for loop is very confusing for beginnings while the while loop is clear.

Idea: Show a while example and then redo the same example in a for loop to show that it's really just a shortcut.