Computer Science, asked by ahmedibrahimharon, 5 days ago

the bind() method immediately invokes the function upon which it is called on .. Is that true ?

Answers

Answered by UnknownWe2006
6

Bind() returns a bound function that, when executed later, will have the correct context ("this") for calling the original function.

Similar questions