Declare a function filterOut. The function should take two arguments: an array of strings (original), and an array of strings to filter out. The function should return a new array that only includes ...