Answers

Question and Answer:

  Home  Front End Developer

⟩ Tell me what is the difference between call and apply?

apply lets you invoke the function with arguments as an array. call requires the parameters to be listed explicitly. Also, check out this stackoverflow answer.

 186 views

More Questions for you: