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) jQuery and AJAX jQuery’s AJAX Shorthand Methods

Brian Mendez
Brian Mendez
7,734 Points

response parameter.

Does the response parameter need to be named 'response' in the anonymous function when handing it in the callback? Or is it simply a var name?

Thanks

4 Answers

jared eiseman
jared eiseman
29,023 Points

You can name it what you like. Its good convention to name it something like response though as it improves readability. Personally, i usually use "res".

Brian Mendez
Brian Mendez
7,734 Points

Okay, just double checking. Thank you Jared.

jared eiseman
jared eiseman
29,023 Points

No problem, glad to help. :)

I agree with Jared's reply. Just to add, if you read the documentation from jQuery.com, they like to use ( data )

https://api.jquery.com/jquery.get/