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 ...
This exercise allows you to practice and apply the concepts and techniques taught in class. We have just learned some useful methods that will help us manipulate objects and arrays. In this exercise, ...