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

JavaScript JavaScript Loops, Arrays and Objects Tracking Data Using Objects The Student Record Search Challenge

Alex Seri
Alex Seri
3,007 Points

"Illegal 'break' statement.

Teacher's code (which I replicated after completing the challenge myself first) produces an error "Uncaught SyntaxError: Illegal break statement" in the section of the code that is supposed to address the user clicking "cancel" or typing "quit" in the prompt. Anyone know why? Thank you.

1 Answer

Hi Alex Seri,

It's really hard to say why the illegal break statement error was produced without being able to view and test your code, so it'd be great if you could fork your workspace or provide a link to your repo so that someone can check it for you.

That said, here's a link to an MDN article on the break statement:

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/break#Description