Concat y Nunll Check in TypeScript
['a', 'b', void 0, null, 6].join(''); // 'ab6'
Xanthous Xenomorph
['a', 'b', void 0, null, 6].join(''); // 'ab6'