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 trialBindu Nagireddy
3,090 PointsALways says 1st task is invalid even though it passed and when trying to complie second task
ALways says 1st task is invalid even though it passed and when trying to complie second task
2 Answers
Steven Parker
231,236 PointsThat will often happen if you introduce a syntax error. The syntax error invalidates the entire script and causes the re-validation of previous tasks to fail.
If you have trouble identifying the cause of an error in a specific case, you can create a question using the "Get Help" button and it will provide a link to the page and insert your formatted code. With that information, someone can give you an accurate answer.
Bindu Nagireddy
3,090 PointsThank you let me check it