Domanda di colloquio di HubSpot

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

Risposta di colloquio

Anonimo

6 ott 2022

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

1