📅  最后修改于: 2022-03-11 15:03:28.447000             🧑  作者: Mango
//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");