Pregunta de entrevista de Proofpoint

Replace all ';' in string to _: 'f;g;t;e;q;a;' - > 'fgteqa' (both using split/join and with a loop)

Respuesta de la entrevista

Anónimo

12 feb 2019

Just read about it in MDN