How do I do a multi-line string in node.js?
With the rise of node.js, multi-line strings are becoming more necessary in JavaScript. Is there a special way to do this in Node.JS, even if it does not work in browsers? Are there any plans or at least a feature request to do this that I can support? I already know that you can use \n\ at the end of every line, that is not what I want. node v4 and current versions of node As of ES6 (and so versions of Node greater than v4), a new "template literal" intrinsic type was added to Javascript (denoted by back-ticks "`") which can also be used to construct multi-line strings, as in: `this is a