This question already has an answer here:
I have a string for example: apple,orange,melon,grape,peach
I want to take the items and display them like this: "apple","orange","melon","grape","peach"
What is the most optimized way to reach this goal?
</div>