ruby-exercises
ruby-exercises copied to clipboard
## Because We want to bring the recursion exercises done in the [recursion lesson](https://www.theodinproject.com/lessons/ruby-recursive-methods) in house. Link the curriculum issue for this: https://github.com/TheOdinProject/curriculum/issues/27265#issuecomment-2011689860 ## This PR - Adds new exercise...
## Because `favorite_hash` is a less ambiguous parameter name ## This PR - renames all instances of `favorite_list` to `favorite_hash` in `hash_exercises.rb` - and analogously, renames `original_list` and `additional_list` ##...
Complete the following REQUIRED checkboxes: - [x] I have thoroughly read and understand [The Odin Project Contributing Guide](https://github.com/TheOdinProject/.github/blob/main/CONTRIBUTING.md) - [x] The title of this issue follows the `Bug - location...
Complete the following REQUIRED checkboxes: - [✔] I have thoroughly read and understand [The Odin Project Contributing Guide](https://github.com/TheOdinProject/theodinproject/blob/main/CONTRIBUTING.md) - [✔] The title of this issue follows the `Bug - location...
Complete the following REQUIRED checkboxes: - [x] I have thoroughly read and understand [The Odin Project Contributing Guide](https://github.com/TheOdinProject/theodinproject/blob/main/CONTRIBUTING.md) - [x] The title of this PR follows the `location of change:...
Because: * The new RSpec testing lessons needs corresponding exercises. This Commit: * Adds 5 RSpec Matcher exercises for Testing Basics lesson. * Adds 2 RSpec exercises for Testing Part...
With the addition of a block lesson it would be good to offer some test driven exercises for methods that accept blocks https://github.com/TheOdinProject/curriculum/pull/22189 Rspec has some good matchers to deal...
Lesson: https://www.theodinproject.com/courses/ruby-programming/lessons/input-and-output This is similar to variables, it will be difficult to make test driven exercises so either a repl.it or a small problem description on the lesson itself might...
Lesson: https://www.theodinproject.com/courses/ruby-programming/lessons/loops Basic exercises covering the main topics in this lesson: - [ ] loop - [ ] while loop - [ ] until loop - [ ] ranges -...
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...