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
- \n\n
inside a string, but unfortunately it doesnt work
ZDK.Client.showAlert("First Line \n\nI expect this is in second line");