JS

Objects in JavaScript - The this keyword

24.

What does the this keyword refer to in JavaScript?

The global object

The current function

The current object

The parent object