Methods Exercises
KevinMulhern opened this issue · 1 comments
KevinMulhern commented
Lesson: https://www.theodinproject.com/courses/ruby-programming/lessons/hashes
Basic exercises covering the main topics in this lesson:
- Creating their own methods - 2 or 3 exercises for this
- different types of arguments
- different return values
- make your own predicate method
- make your own bang method
KevinMulhern commented
I think for the last two points we could get them to reimplement something like the array empty? method and the string upcase! method.