Skip to content

Commit

Permalink
Update nested_iteration_workshop.md
Browse files Browse the repository at this point in the history
  • Loading branch information
memcmahon authored Oct 22, 2024
1 parent f2a239c commit 2596a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module1/lessons/nested_iteration_workshop.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Use an enumerable to

## Practice

We will be using the tools we have already learned (`.each`, `.map`, `pry`, etc...) to tackle some more complex iterations. Up to now we have focused on iterating over a single collection to get some information, but you will often need to look at multiple collections to get the desired information. To help us practice, clone [this repo](https://github.com/turingschool-examples/mod-1-be-exercises/tree/main/lessons/nested_iteration). Follow the instructions in the README.
We will be using the tools we have already learned (`.each`, `.map`, `pry`, etc...) to tackle some more complex iterations. Up to now we have focused on iterating over a single collection to get some information, but you will often need to look at multiple collections to get the desired information. To help us practice, clone [this repo](https://github.com/turingschool-examples/se-mod1-exercises/tree/main/lessons/nested_iteration). Follow the instructions in the README.


## More Practice
Expand Down

0 comments on commit 2596a0c

Please sign in to comment.