newline character javascript code example
Example 1: new line javascript
console.log('Hello \n World');
Example 2: new line with javascript write
res.write("\n");
Example 3: javascript string return character
var str = "HELLO WORLD";
var res = str.charAt(0);