new line in javascript alert

JavaScript
//alert function is used to prompt alert box 
//inside the quotes we write string to display 
//use \n to enter new line
alert("John\nJames\nSteve");
Source

Also in JavaScript: