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 trialBrian Mendez
7,734 Pointsresponse 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
29,023 PointsYou 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
7,734 PointsOkay, just double checking. Thank you Jared.
jared eiseman
29,023 PointsNo problem, glad to help. :)
jlampstack
23,932 PointsI agree with Jared's reply. Just to add, if you read the documentation from jQuery.com, they like to use ( data )