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 trialKabolobari Benakole
Courses Plus Student 14,278 PointsBummer: Did you supply the argument "I am a web developer" to the "text" method call on the jQuery object with a selecto
This question has a bug!
3 Answers
Kabolobari Benakole
Courses Plus Student 14,278 Points$('.profile-text').text('I am a developer.');
Steven Parker
231,236 PointsThe challenges are notoriously picky about having the exact output as in the instructions.
It looks like you omitted the word "web" and added an extra period. Otherwise, your code is good.
Kabolobari Benakole
Courses Plus Student 14,278 PointsI actually didn't. Because I copied and pasted. That reply here is what I just typed.
Steven Parker
231,236 PointsYou'll need to show exactly what you entered to make it possible to tell you what caused the error.
Steven Parker
231,236 PointsSteven Parker
231,236 PointsPlease show the complete code you were entering on the app.js tab that caused this error so we can see what the issue is.