Tell me what is the difference between call and apply?

Submitted by: Muhammad
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.
Submitted by: Muhammad

Read Online Front End Programmer Job Interview Questions And Answers