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 trialAnthony Ferguson
42 PointsCode edit problem
Maybe I'm doing it wrong somehow, but I can't seem to erase the parts of blue text code in the second test. I can add the correct code to the places it needs to be, but am left with extra words that I can't erase. It ends up looking like this: String favoriteColor String equals = "blue" ;
1 Answer
Adam Tatusko
16,589 PointsJust erase all the text in the code window and replace it with:
String favoriteColor = "blue";
If you're unable to edit the code, try reloading your browser. If this doesn't work, try using Google Chrome as your browser in case there is a compatibility issue. I tried it and it works perfectly.