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 – Two Numbers Solution

Ivan Rakic
Ivan Rakic
2,539 Points

https://w.trhou.se/l4hw1th7ha This is my solution. Is it okay?

Is my solution okay?

1 Answer

Steven Parker
Steven Parker
229,786 Points

It's mostly functional, but there are a few minor issues:

  • the prompts should let the user know which value needs to be the larger one
  • the range expression ((question - question2) + 1) parentheses need to enclose the whole thing
  • using HTML for output won't work if the code is used with something like node.js