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 Solution

Stan Shvaika
seal-mask
.a{fill-rule:evenodd;}techdegree
Stan Shvaika
Full Stack JavaScript Techdegree Student 9,689 Points

Could someone review my code?

I finished all tasks, but I would be happy if someone can review my code and give me feedback. For example, you can search "Jody" and will see two people. Also, I've added "Try again" button because prompt() blocks text output (check teacher notes). Thanks! Workspace: https://w.trhou.se/0ohq5vhhp5

Just had a quick play. Its very cool. Functional, works and looks good.

Code is well indented and laid out.

1 Answer

It's nice, but what happens if there are two people with the same name? From what I can see in the code, you are relying on the fact that each student's name is unique, which is what I gather from the (found !== 1) condition.