Avatar

Correct answer by
Level 10

the \n is a newline in javascript so your code shoudl be like this:

app.alert("This is line 1" + "\n This is line 2")

Paul

View solution in original post