Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialJamie Barton
14,498 PointsFeedback on Ruby Collections challenges
It appears a lot of the challenges ask you to create variables but when you try to check your work it's marked incorrect.
It's due to the inconsistency of defining variables with or without an underscore.
You ask to define firstitem
but the challenge on error says it can't find first_item
This appears to be for most in these challenges.
2 Answers
Maciej Czuchnowski
36,441 PointsI already contacted the staff about this. Looks like the underscores were interpreted as symbols that make the following text italicized. Follow the errors, it will work ;)
Jamie Barton
14,498 PointsOh I know it works, I just wanted to point it out. Thanks!
Jamie Barton
14,498 PointsIt would also appear the Hashes challenge task 3 of 3 asks the same question but the error says it can't find a quantity
key.
Maciej Czuchnowski
36,441 PointsYup, told them about this s well. The proper value is 1 by the way ;)
James Barnett
39,199 PointsJames Barnett
39,199 PointsTagging Jason Seifer on this one.