Passing Array Elements and Whole Array to a Function



This video explains how you can pass or copy the array elements indivisually and whole array to a function. You will learn how to prototype the function,assign the array or array elements to the function with an example in detail.