\n in Unit 4 lesson 3

In Unit 4 Lesson 3 level 5, the example solution shows:
console.log(“I have been alive for " + (age * 365) + " days.\n”);

This results in "I have been alive for 5840 days.
"
Why would we want the quotation marks to appear on the next line? It seems to work better without the \n, but I’m wondering if there’s a better place to put it so that students can see how it’s supposed to work.

Also, the example solutions on this lesson are one level off at the top of the page. This one says level 06 when it should be level 05.

@erogers Thanks for bringing this to our attention. I will forward this to the curriculum team.