Skip to content
Advertisement

How to convert a list of sentences in a single text?

I have an list of sentences like this:

JavaScript

And i need that list like this:

JavaScript

Advertisement

Answer

You want to convert all elements of a list into a single string right ?

This might help you. it will give you a single string variable

JavaScript
Advertisement