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

Have there been any major changes to AJAX after this video was released ??

This lesson seems kinda old so I would like to know if any major changes have been made to AJAX after the lesson was released.

Thank you.

1 Answer

Steven Parker
Steven Parker
231,007 Points

AJAX is still around, but is not as commonly used since the introduction of the newer (and much easier) fetch technology.

You might enjoy the workshop on Working with the Fetch API.

I see. Thank you.