Front End Programmer Question:
Download Questions PDF

Tell me what is the difference between call and apply?

Front End Developer Interview Question
Front End Developer Interview Question

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.

Download Front End Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Explain the difference between visibility:hidden; and display:none?Explain what is the difference between a prototype and a class?