Concat e Nunll check -in
['a', 'b', void 0, null, 6].join(''); // 'ab6'
Xanthous Xenomorph
['a', 'b', void 0, null, 6].join(''); // 'ab6'