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 Basics (Retired) Making Decisions with Conditional Statements The Conditional Challenge Solution

Leo Marco Corpuz
Leo Marco Corpuz
18,975 Points

What if we wanted to ask a math question? I asked, "What is 8/4?" I tried to use the parseInt() method on the response.

I think the program stopped running after asking this question.

1 Answer

Agnes Demes
Agnes Demes
6,613 Points

Hi, If your program stopped running after the question and did not print any feedback you might have a syntax error in the code, which you can check by accessing the browser developer tool/ or inspect element then in the console you can see whether there was an error. If you post your code it be easier to help .