how to go to next line in javascript

JavaScript
console.log('Hello \n World');res.write("\n");document.write("\n");
Source

Also in JavaScript: