turingschool-examples / ruby-exercises

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

Update data-types/collections/README.md #58

Closed josh-works closed 5 years ago

josh-works commented 5 years ago

I was looking through the README for data-types/collections/README.md, and thought it a little sparse. I could think of other updates, but at minimum, I wanted to make it easier for students to find:

  1. The docs for various methods. (So, I linked straight to the appropriate docs for all the Array methods, thinking that might show the basics of how to do the same with hashes when appropriate.
  2. Linked to some youtube videos I made a while ago for two of the exercises in this directory. They're already linked/mentioned in the README at the project root, but I imagine that students don't often navigate to that readme when working through these exercises.

And that's it! Hope this is useful!

memcmahon commented 5 years ago

Looks great!! Especially love linking back to the docs - we are going to try to put more focus on reading / understanding docs next inning :)