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 AJAX Basics (retiring) Programming AJAX Stage 2 Challenge

Pitrov Secondary
Pitrov Secondary
5,121 Points

When I make a new XMLHttpRequest, Do I have to make a new name to my variable?

He says I need to make a new XMLHttpRequest Do I need to make another name to the variable, like: var xhr1 = new XMLHttpRequest(); thanks

2 Answers

Adam Beer
Adam Beer
11,314 Points

Check these links. But yes, you can make new variable with new name. Similar to the first part just rewrite the parts. Hope this help.

w3schools XML HttpRequest

and

MDN XML HttpRequest