Open cfcurtis opened 1 year ago
Describe the bug Chapter 6 references for loops, e.g. in section 6.2:
for
We can use the while loop to create any type of iteration we wish, including anything that we have previously done with a for loop
while
Similarly, the "Listener Loop" section references "our old friend, the accumulator pattern"... which we've never seen before this section.
Expected behavior This is the first intro to loops, so no references to other loops should be here.
Describe the bug Chapter 6 references
for
loops, e.g. in section 6.2:Similarly, the "Listener Loop" section references "our old friend, the accumulator pattern"... which we've never seen before this section.
Expected behavior This is the first intro to loops, so no references to other loops should be here.