apply and call in JS
Function.call and Function.apply are two very important methods and you should be very familiar with them if you are good at functional javascript. The most important and the only purpose of these two methods is to convert one input to another. These two methods are easy to use but also easy to confuse, people always f...