Pregunta de entrevista de Moat

Please build a function that inserts spaces between all letters of a word using Javascript.

Respuesta de la entrevista

Anónimo

25 nov 2016

I wrote a function the split the string into an array and then subsequently joined letters of the string using a space.