Resolved! JavaScript - Can I convert multiple string lines to single line?
Hi - I want to convert below lines to single line. Is this something possible with JavaScript? This is line one This is line two This is a broken line This is line three Expected output: This is line one, This is line two This is a broke...