Skip to content

Explicit Binding

JavaScript provides three methods to explicitly set the value of this when calling a function: call(), apply(), and bind().