new line with javascript write
How to create a new line with JavaScript?
If you want to create a new line with JavaScript, you can use the escape character followed by the character code for a new line. The code for a new line is \n.
Example:
let message = "Hello!\nHow are you doing