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

Java Java Basics Using your New Tools Coding the Prototype

Abe Daniels
PLUS
Abe Daniels
Courses Plus Student 2,781 Points

erm, does anyone see this?

I have found a bug in the code that is being provided in this video. Has anyone else noticed?

What bug?

Abe Daniels
Abe Daniels
Courses Plus Student 2,781 Points

I 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.

All right, thanks for spotting that. Steve Hunter tagged the instructor so hopefully it will get fixed soon :)

1 Answer

So 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.