I am currently looking for a solution how to check a string array with only empty strings. Is there an efficient way to achive this behavior?
['', '', '', ''] // This should be true
['', null, null, ''] // This should be true
['a', '', '', ''] // This should be false
join('')(internal loop) and check for empty string