1
Answer

How to replace the comma with colon in Jquery

Kannan AU

Kannan AU

5y
543
1
Hi Team,
I am new to Jquery, Could you please let me know how to replace the comma(,) with colon (:).
 
Here is my array :- {a, b,c,d} 
I am expecting :- {a:b:c:d} 
 
Answers (1)