-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stephanie Guerrero - IC 4 #2
base: main
Are you sure you want to change the base?
Conversation
…to compelte iteration 2
…for patrons_by_exhibit_interest
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kudos for taking another stab at that hash-building method 🎉 Its a really important skill and I'm glad to see you leaning in to the struggle and working through it!
@patrons << patron | ||
end | ||
|
||
def patrons_by_exhibit_interest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes!! This is exactly what I would do for this method, using only .each and if statements! I also love that you are really digging in to using pry - it is such a good debugging tool :)
No description provided.