Question d’entretien chez HubSpot

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

Réponse à la question d'entretien

Utilisateur anonyme

6 oct. 2022

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

1