Question: Inside an extension function, what is the name of the variable that corresponds to the receiver object

  1. The variable is named **it**
  2. The variable is named **this**
  3. The variable is named **receiver**
  4. The variable is named **default**

Answer: The correct answer of the above question is Option B:The variable is named **this**