Pregunta de entrevista de HubSpot

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

Respuesta de la entrevista

Anónimo

6 oct 2022

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

1