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 trialMyles Binford
8,442 PointsI think the objective isn't working right.
The first thought is that my code isn't right, but it works in the console and is the example as given. "a" > "b"
However, none of the objectives from here forward to end of course are working. So, I either have it totally wrong or something is up.
4 Answers
Myles Binford
8,442 PointsIt's simply "a" > "b"
Caleb Kleveter
Treehouse Moderator 37,862 PointsRemember, it's asking for a variable, not a string (strings are surrounded by quotes, variables are not).
Myles Binford
8,442 PointsOk. That was my duh! moment of the day. Learning Swift and then learning Ruby is messing with my noggin. Thanks!
Caleb Kleveter
Treehouse Moderator 37,862 PointsI've seen that happen before :).
Caleb Kleveter
Treehouse Moderator 37,862 PointsCaleb Kleveter
Treehouse Moderator 37,862 PointsCan you try reposting your code? All I see is a black bar.