Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS Objective-C Basics (Retired) Functional Programming in C Control Flow - For Loops

Matt Hoover
Matt Hoover
770 Points

incorrect statement vs what's on screen

Near the end of the video the presenter says "i is no longer greater than 3" but he should have said, "i is no longer LESS than 3." He also says at the end "since i is greater than 3, the loop exits." It should be "when i is equal to or greater than 3, the loop exits".

These are things editors should catch and fix, and should re-shoot – esp. since it's only a 5 min video. Quality control counts.