Open In App

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

If the content of two or more objects is merged into the first object then which below method is used?
(A) jQuery check() Method
(B) jQuery extend() Method
(C) jQuery obj() Method
(D) None of the above

Answer: (B)
Explanation: The jquery extend() method is used to merge two objects in one. And the return type of this is merged object.
Quiz of this Question

Article Tags :