Liste de fléchettes

[1,2,3].join(); // "123"
[1,2,3].join(','); // "1,2,3"
just-saved-you-a-stackoverflow-visit