Returns an array of elements that were included in the initial array but not the final array.
initial
final
The initial version of the array.
The final version of the array.
Returns an array of elements that were included in the
initialarray but not thefinalarray.