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 Numbers The Math Object Random Number Challenge – Solution

Kristine Zakaite
Kristine Zakaite
2,236 Points

Displaying random number from 0-userInputNumber

Hi there, I was wondering what if we wanted to display a random number including zero AND the number provided by the input. How would that need to be written?

1 Answer

Steven Parker
Steven Parker
229,695 Points

You're just thinking ahead of the course! In the very next video you will see a more general formula that will generate a random number between (and including) any two values, and the low one can be zero.