Pergunta de entrevista da empresa HubSpot

Write a function that inserts a comma between each letter of a string.

Resposta da entrevista

Sigiloso

6 de out. de 2022

Split the string into an array, join the array with commas.

1