The _________ method is used to bind an object context to a function and is called immediately.

  • Bind
  • Apply
  • Call
  • Invoke
The "call" method in JavaScript is used to bind an object's context to a function and is called immediately. It allows you to specify the value of "this" explicitly when invoking a function, along with any additional arguments you want to pass to the function.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *