export default function compact(arr) {
  // TODO: Remove all falsy values from the array
  throw new Error('Not implemented');
}
Run tests to see results.