my filter code example Example: my filter const arr = ['apple','bannana','peach']; console.log(arr.filter(x => x!== 'apple'))