Front End Programmer Question:
Tell me what is the difference between call and apply?
Answer:
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.
Previous Question | Next Question |
Explain the difference between visibility:hidden; and display:none? | Explain what is the difference between a prototype and a class? |