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 trial

General Discussion

kyle rees
kyle rees
1,480 Points

problem with the code editor

in the jquery tutorial if you make a mistake like this

$("#message").hide().show("slow") $(".removable").click(function());<---- forgot the curly braces

the code editor will say theres a problem with the task2 code and have you go back to task 2 to try and fix it even though task 2 is fine and the error resides in task 4 the same problem resides elsewhere in this code challenge causing the code editor to mislead you

1 Answer

Chase Lee
Chase Lee
29,275 Points

This happens to me a lot in all the topics that I've done...I don't know why,(normally I just mess around with the code and I'll either pass or just get it wrong without the"task2 etc" ), maybe you can message one of the staff members about it.