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

Editing the name of the inputs breaks my MASH script

This isn't something to change the functionality of the MASH, just something to reorganize the code and help me understand how it works. I'm really stumped as to why it would break? I just wanted to change the name of the "profession" variable to "career." I looked everywhere in the HTML and JavaScript where the word Profession is used, There's 5 instances in the HTML and 8 in the script. It seems to me like changing all of the terms shouldn't alter the way the code functions at all. But now when I click the button to submit my answers, nothing happens. Why?