Answers

Question and Answer:

  Home  Front End Developer (AngularJS)

⟩ Explain 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.

 172 views

More Questions for you: