Good evening.
I have a java vector with fruit names
I wanted to display the fruits online: banana, apple, grape presenting on a table. How would you do this using javascript?
${frutas[0].nome },${frutas[1].nome },${frutas[2].nome }
Using this above if you only have two fruits look like this: banana, apple, There's a comma at the end. I wanted to avoid this.