Regular All Falsy Value From Array

array.filter(Boolean);

array.filter(x => x == 'x');