Ruby - Enumerable and Collection Processing
Given a hash
scores = { alice: 90, bob: 75, carol: 85, dave: 60 }, how can you use reject to create a new hash excluding entries with scores less than 80?