Kannan AU

Kannan AU

  • NA
  • 57
  • 23.1k

How to replace the comma with colon in Jquery

Dec 10 2019 8:49 PM
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)