Lesson: https://www.theodinproject.com/courses/ruby-programming/lessons/conditional-logic Basic exercises covering the main topics in this lesson: - [ ] truthy and falsy values - [ ] using elsif and else - [ ] boolean logic - [ ] logical operators - [ ] case statements - [ ] unless statements - [ ] ternary There is quite a bit in this lesson so splitting the exercises into different files might be prudent.
Lesson: https://www.theodinproject.com/courses/ruby-programming/lessons/conditional-logic
Basic exercises covering the main topics in this lesson:
There is quite a bit in this lesson so splitting the exercises into different files might be prudent.