Array as argument

how to pass the multiple array as an argument?

function fun(…arr1,…arr2)
{

}

is it possible?

Help me…