SyntaxFix
Write A Post
Hire A Developer
Questions
You need to add the new line character \n:
\n
console.log('line one \nline two')
would display:
line one
line two