Thursday, August 6, 2020

Javascript learning on the way

Curry: 


Apply and Call : Both take first argument to change the its current context, 


The call() method takes arguments separately.

The apply() method takes arguments as an array.

No comments:

Post a Comment