a function and i want to return it with commas how do i do it?
for example: array[0] = 1;
array[1] = 3;
array[2] = 1;
how do i return a string with commas, like
1 , 3 , 1
Please format the code you posted, by wrapping it in triple backticks. -> `
Обсуждают сегодня