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 trialTerrence Wells
14,609 PointsWhy isn't the workspace working?
When I open the workspace and preview it in the browser, nothing prints to the console.
2 Answers
Jason Desiderio
21,811 PointsAre you talking about the "true" statement that is supposed to print out from the statement below?
console.log(dice.roll === dice10.roll);
Did you make any changes to the code? If so, can you paste it here?
Sean T. Unwin
28,690 PointsHave you resolved this?
I have created a Workspace that changes when the roll()
and console.log()
functions are called. The Snapshot can found here. Feel free to fork it.
My hope with this is for others to better understand and see how Prototypal Inheritance works with the ' roll() ' function. Originally, this was created in response to another question.