CONCAT и NUNLL Проверка в TypeScript
['a', 'b', void 0, null, 6].join(''); // 'ab6'
Xanthous Xenomorph
['a', 'b', void 0, null, 6].join(''); // 'ab6'