Learn how to add new line in JavaScript, both for console output and DOM output

There are two ways to add a new line in JavaScript depending on the output you wish to achieve. This tutorial will show you how to add a new line both for the JavaScript console and the DOM.

  • Adding a new line to the console output
  • Adding a new line to the DOM output

#javascript

How to Add New Line in JavaScript
1.80 GEEK