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) Working With Numbers The Random Challenge Solution

Sakib Rahman
Sakib Rahman
2,154 Points

Why isn't my code working?

Code not popping up any prompts:

var input1 = prompt("Choose an integer");
var bottomNumber = parseInt(input1);
var input = p

1 Answer

rydavim
rydavim
18,814 Points

Without all of your code, it's difficult to say what might be going wrong. The first line where you request an integer works for me.

If you're still having trouble, please post your full code using the following markdown:

Treehouse Code Syntax