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 AngularJS Basics (1.x) Services in Angular Review: get, delete, and save data with services

Sean Flanagan
Sean Flanagan
33,235 Points

In JavaScript, promises are a way to handle data asynchronously

I've watched both of the previous videos and read their transcripts and can find no mention whatsoever of promises. So how are we to know the answer to this question?

2 Answers

Gabbie Metheny
Gabbie Metheny
33,778 Points

Glancing at the previous videos, you're right, I didn't see any mention of promises in the transcript, and only one mention to JavaScript's asynchronous nature. Promises are indeed asynchronous, though-- and I believe Angular uses them. If you aren't already familiar with promises, Andrew has a workshop on them. Hope that helps!