how to create a new line in string in Client Script?

how to create a new line in string in Client Script?

I want to show an alert using client script, I need to add a new line in String, I assume I can use

  1.  \n\n
inside a string, but unfortunately it doesnt work

  1. ZDK.Client.showAlert("First Line \n\nI expect this is in second line");