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
Gregory Ledger
6,116 PointsWhat is the Random Number Challenge?
Dave mentions "the last video" to reference the Random Challenge, but the last video was on scope. The last time I saw a challenge was to create a random number guessing game in the coditionals. Normally he lists exactly what needs to happen for the challenge but this time he does not.
So what video should I look to for the right Random Number Challenge. I need this for reference to start working on this.
1 Answer
Steven Parker
243,215 Points
By "the last video" he probably means Giving Information to Functions.
Your solution is close, but not quite right. Perhaps you didn't start with the formula in the random.js file in the workspace or project files? This and other specifics are discussed by Dave in the video: Random Number Challenge Solution.
Gregory Ledger
6,116 PointsGregory Ledger
6,116 PointsHere is what I did, but have no idea if it is overkill or what.