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 trialMartin Coton
3,015 PointsChrome version does not show tutorial console output
My version of Chrome is not showing console output that the tutorial describes. I suspect Dave is using an older version of Chrome that allow this behaviour. Is there a workaround you know of that will allow me to see the same output as Dave (apart from finding an older version of Chrome...)
1 Answer
ygh5254e69hy5h545uj56592yh5j94595682hy95
7,934 PointsI don't think the version of Chrome is the issue here.
- What happens when you open index.html, do you get an error in 'Console'?
- Did you correctly link the widget.js in index.html?
- See if you made a mistake in widget.js.
Martin Coton
3,015 PointsMartin Coton
3,015 PointsWell as it turns out (..) these were missing from my path to the json file. Apart from that, it all works.
Thanks for making me re-examine my code.