turingschool-examples / ruby-exercises

A collection of exercises to practice various aspects of Ruby
MIT License
237 stars 766 forks source link

Patch data-types exercises #102

Closed philmccarthy closed 3 years ago

philmccarthy commented 3 years ago

I recently went through the data-types exercises again as a refresher for mentoring. This PR fixes a few things I found to be confusing or out of place.

I also updated the Advanced Nested Collections exercise to RSpec. I came back to that exercise a few times through Mod 1-2, so I wanted it to remain accessible!

Arrays exercise

Hashes exercise

Advanced Nested Collections exercise