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 Asynchronous Programming with JavaScript Understanding Promises Perform Cleanup With finally()

Is there a way to see the teacher's solutions in text?

http://w.trhou.se/rwtrutjvca

I can't get the code to work due to three errors.

Is there a way to see the teachers code in text? I'm having a hard time keeping up and it'll help me troubleshoot if I can see the text and compare it to my solutions as I follow along.

1 Answer

Steven Parker
Steven Parker
229,644 Points

It looks like you're missing a few code lines, including the one that defines "resolve" and "reject" as parameters of a Promise to be returned by "getJSON".

You can download the Project Files under the Downloads tab. You should be able to identify the issues by comparing with the code for the appropriate chapter.