Open In App

Web technologies Questions | jQuery Quiz | Set-1 | Question 10

Which one is the utility function used in the jquery?

(A)



jQuery.parseJSON()

(B)



jQuery.noConflict()

(C)

jQuery.Conflict()

(D)

jQuery.each()

Answer: (A)
Explanation:

This parseJSON() Method in jQuery takes a well-formed JSON string and returns the resulting JavaScript value.jQuery.parseJSON(JSON) takes JSON as the parameter.String and it return the Number, Object, Array, Booleans. 

Quiz of this Question
Please comment below if you find anything wrong in the above post

Article Tags :