There are two variables with a given value.
I use alert to display values with a description of them:
alert ("описание1: " + myVariable1 + "описание2: " + myVariable2); How to add line breaks in this case?/n , as far as I understand, works only inside a string .