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 trialAbe Daniels
Courses Plus Student 2,781 Pointserm, does anyone see this?
I have found a bug in the code that is being provided in this video. Has anyone else noticed?
Abe Daniels
Courses Plus Student 2,781 PointsI wish i could just upload a picture of it but basically it looks like this.
String adverb = console.readLine("Enter an adjective: ");
In the "teacher's notes" code, it is correct. In the video it appears to be the above code.
Gloria Dwomoh
13,116 PointsAll right, thanks for spotting that. Steve Hunter tagged the instructor so hopefully it will get fixed soon :)
1 Answer
Steve Hunter
57,712 PointsSo it does! Well spotted!
Thankfully, the supplied boilerplate is OK and the error is easy to fix. It'll not prevent the code running as the issue is within a string that is output to the screen.
If Craig Dennis gets a minute, I'm sure he'll fix that!
Steve.
Gloria Dwomoh
13,116 PointsGloria Dwomoh
13,116 PointsWhat bug?