What is the purpose of the call() method in JavaScript?
call()
It calls a function asynchronously.
It calls a function repeatedly until a condition is met.
It calls a function on an event occurrence.
It calls a function with a given this value and arguments provided individually.