I want to print an array (uniqueNames) in the Chrome Console:
> console.log(uniqueNames)
but the problem I come across is that after
just join all the elements, separated in string with "," :
uniqueNames.join("\",\"")