Construct a function intersection that compares input arrays and returns a new array with elements found in all of the inputs.
Coding Challenge
Construct a function intersection that compares input arrays and returns a new array with elements found in all of the inputs.