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 trialOluwatobi Omotayo
Full Stack JavaScript Techdegree Student 1,520 PointsI think my code is correct and the online compiler keep saying X Bummer
In this code challenge I think my code is correct and I keep getting the Bummer error
2 Answers
Oluwatobi Omotayo
Full Stack JavaScript Techdegree Student 1,520 PointsI figured it out how to solve it. they meant that, username and password are properties already created in the view controller, so one needs to access it using the 'self' keyword. self.username = self.usernameField.text; self.password = self.passwordField.text;
Natalie Farrell
1,646 PointsYup, same thing happening to me right now as well. :-/
Hayley McGill
858 PointsHayley McGill
858 PointsI'm having the same problem, soneone help!