Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Flesh out
for
loop example (google#1841)
* Add example of iterating over a collection. * Update speaker notes to call out the use of iterators. I think it's useful to call out that `for` loops primarily are used to iterate over a collection of objects, even though we haven't yet talked about any concrete collection types at this point. I think using the array literal syntax is simple enough to understand that it should be quick to explain when we get to this slide.
- Loading branch information