Skip to content
Advertisement

Merge two lines into one and add character

I’v got a output like:

JavaScript

I need to merge the strings and add symbol “R” betwen them like:

JavaScript

How i can do it?

Thanks

Update. Sorry. Here is the comand

JavaScript

Here is the output:

JavaScript

I need output like:

JavaScript

Advertisement

Answer

JavaScript
Advertisement