How to pass multiple parameters in a function argument using ES5?
We can pass multiple parameters in ES6 using rest parameters, but I would like to know the efficient way to do this in ES5
We can pass multiple parameters in ES6 using rest parameters, but I would like to know the efficient way to do this in ES5