<!DOCTYPE html>
<html>
<body>
<script>
var mytext = " Salam Khobi? \n Man \n Sadegh \n Hastam. ";
alert(mytext);
</script>
</body>
</html>