Pergunta de entrevista da empresa Moat

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

Resposta da entrevista

Sigiloso

25 de nov. de 2016

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