“Nova linha em alerta de JavaScript” Respostas de código

html adicione nova linha no alerta JS

alert("Text you want on first line. \n Text you want on next line");
//can use back-to-back "\n" to add additional spacing between lines
Michael Futral

JavaScript Newline em alerta

 alert("Well I'm line 1 \nAnd I am a new line "); //new line in alert box
Grepper

Nova linha em alerta de 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");
JavascriptNinja

JS Alerta nova linha

alert("My name is \n Undefined");
Undefined

Respostas semelhantes a “Nova linha em alerta de JavaScript”

Perguntas semelhantes a “Nova linha em alerta de JavaScript”

Mais respostas relacionadas para “Nova linha em alerta de JavaScript” em JavaScript

Procure respostas de código populares por idioma

Procurar outros idiomas de código