+ 2
line feed with Javascript
Hey ! 😉 I have a problem : I cannot do line feed with Javascript in the Javascript console; I tried \n, \r but nothing happen... Can U help me? Thank's !
3 Respuestas
+ 8
You can specify your question more specifically if you have the mind "how to make a line pass" here is the alert method ("hello\nworld");
https://www.w3schools.com/jsref/jsref_regexp_newline.asp
+ 2
Every console.log call is new line console message.
+ 2
Thank you i did think about it !