Can you append multiple children onto different lines?
I am wondering if it’s possible to append children onto different lines in JavaScript. I am trying to recreate an old Oregon Trail project and am taking a new approach at it, and when I append the existing children they show up directly next to each other. Is there a way to get them to print out on different lines.