Sign in
Log inSign up

How to pass multiple parameters in a function argument using ES5?

Techesuraj's photo
Techesuraj
·Mar 28, 2018

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