call method invokes a function with a given this and arguments are provided one by one apply method invokes the function with a given this and allows you to pass the arguments as an array, apply is a ...
1)Tell me your 2 favourite topics of javascript? (My ans is:: arrow Functions & destructing). 1) find duplicate elements from given array. 2)find the common elements between two given arrays. 3) How ...