Add any character or letter between values in the array
For example, if you want to add a comma between array values, please:
var app = new Data(["Hello world",12,16,18],{
join: ", "
});
Last updated
Was this helpful?
For example, if you want to add a comma between array values, please:
var app = new Data(["Hello world",12,16,18],{
join: ", "
});
Last updated
Was this helpful?