Pregunta de entrevista de D.R. Horton

Write a function that takes to values function(array, x) to filter an array and remove any values that are evenly divisible by the provided number (x). then return the list of values as a string.