mdn js string

JavaScript
let longString = "This is a very long string which needs " +
                 "to wrap across multiple lines because " +
                 "otherwise my code is unreadable.";
String(thing)
Source

Also in JavaScript: