I have a textarea and would like to list some items in it on each line.
I am already inserting the text normally in the textarea and I separate the items in commas currently:
nomUgs = selUgs.join(", ");
Instead of this comma I wanted to insert line break. How?