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:
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.
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.
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:Array
methods, thinking that might show the basics of how to do the same with hashes when appropriate.And that's it! Hope this is useful!