Answer the question
In order to leave comments, you need to log in
Combining multiple strings into one VK-IO??
Hello everyone, I am writing a bot on NODE.JS, I received a response from vk-api but it comes in this format:
STRING
STRING
STRING ....
I need to do this STRING, STRING, STRING
Answer the question
In order to leave comments, you need to log in
good evening, for example:
const testBook = "
STRING
STRING
STRING";
console.log(testBook.split("\n"))
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question