-3
Good night.
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 in case there are only two fruits gets like this: banana, apple, There’s a comma at the end. I wanted to avoid that.
Amanda, rewords your question, explain it better. Are you using "JAVA"? Remember that JAVA has nothing to do with JAVASCRIPT.
– Sam