I have an array that contains 5 elements and 4 double quotes how do I remove just the double quotes while leaving the rest of the elements.
let arr = ["kot"," "," ",","dart","," "];
I have an array that contains 5 elements and 4 double quotes how do I remove just the double quotes while leaving the rest of the elements.
let arr = ["kot"," "," ",","dart","," "];