Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll

- 2x 2x
- 1.75x 1.75x
- 1.5x 1.5x
- 1.25x 1.25x
- 1.1x 1.1x
- 1x 1x
- 0.75x 0.75x
- 0.5x 0.5x
It's time for another programming challenge! In this challenge, you'll create a random number generator. It should collect a number from a user, then print a random number from 1 up to the user's provided number.
Challenge Instructions
- Collect a user's input.
- Convert that input from a string to a number. This will be the highest possible random number in the range of numbers starting from 1.
- Use the
Math.random()
method to create a random number using the number provided by the user. - Create a message displaying the random number. You can use any method you want to display the message. For instance, print it to the console, display it on the page, or with an alert.
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up-
Tural Rzazade
3,750 Points0 Answers
-
ricky ebanks
1,212 Points0 Answers
-
Hung Bui
3,096 Points0 Answers
-
Oliver Bakic
8,325 Points1 Answer
-
Joshua Vandergriff
Full Stack JavaScript Techdegree Student 1,898 PointsMy solution to the Random Number Challenge!
1 Answer
-
Khashayar Mirbabaie Ghane
Full Stack JavaScript Techdegree Graduate 27,891 PointsMy Solution hope it helps.
0 Answers
-
Tamella Hajiyeva
Full Stack JavaScript Techdegree Student 6,678 Points1 Answer
-
boi
14,242 PointsJavaScript is weird.
Posted by boiboi
14,242 Points1 Answer
-
T. Gontarek
7,030 Points5 Answers
-
ja5on
10,338 Points1 Answer
-
ja5on
10,338 Points4 Answers
View all discussions for this video
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up