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 Object-Oriented JavaScript: Challenge Building Constructor Methods and Generating Objects createTokens() Method Solution

YONGJIN KIM
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
YONGJIN KIM
Full Stack JavaScript Techdegree Graduate 20,287 Points

The link in the teacher's note, Usejsdoc.org, seems to be down

I clicked the link for js documentation to learn more about it. However, the website does not load. Can I have a different reference?

3 Answers

Sean T. Unwin
Sean T. Unwin
28,690 Points

The site appears to have migrated to https://jsdoc.app/.

You can also access the docs via https://devdocs.io/jsdoc/ which is a little prettier, but more importantly, devdocs.io is a fantastic reference for many developer tools, packages, frameworks, and programming languages.

Tagging Ashley Boucher

Rob Allessi
Rob Allessi
8,600 Points

Thanks for the heads up, folks.

We'll get this fixed.