array:
var a = ["apple","orange","grape"];
If I use toString() the output will be "apple,orange,grape"
but I wanted result is "apple","orange","grape"
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
array:
var a = ["apple","orange","grape"];
If I use toString() the output will be "apple,orange,grape"
but I wanted result is "apple","orange","grape"