TheOdinProject/ruby-exercises

Methods Exercises

KevinMulhern opened this issue · 1 comments

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

I think for the last two points we could get them to reimplement something like the array empty? method and the string upcase! method.