MCQs > IT & Programming > Mootools > Consider the following code snippet: var a = new $H({'a': 1, 'b': 2}); var b = a.toQueryString(); What is the result of b?

Mootools MCQs

Consider the following code snippet:
    var a = new $H({"a": 1, "b": 2});
    var b = a.toQueryString();
What is the result of b?

Answer

Correct Answer: a=1&b=2

Explanation:

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

Mootools Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Mootools Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it