MCQs > IT & Programming > Ajax > For the code fragment below, function ajax(a,b,c) { c=new XMLHttpRequest; c.open('GET',a); c.onload=b; c.send() } Choose the option that best describes the parameter c

Ajax MCQs

For the code fragment below, function ajax(a,b,c) { c=new XMLHttpRequest; c.open('GET',a); c.onload=b; c.send() } Choose the option that best describes the parameter c

Answer

Correct Answer: A variable definition

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Ajax Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Ajax Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it