Question: When writing jQuery plugins, we often provide default options that may be overridden by the end user. What jQuery function is most useful for this purpose?

  1. \$.extend
  2. \$.clone
  3. \$.fn.extend
  4. \$.merge

Answer: The correct answer of the above question is Option A:\$.extend