What is the purpose of the this keyword in JavaScript functions?
this
It refers to the calling function.
It refers to the global object.
It refers to the parent object of the function.
It refers to the current function being executed.