I have got a string from an ajax call. That variable directly comes from a text field from the MySQL database. But after getting that value I'm unable to console log it. By Console debug it is saying multiline error.
I'm giving the variable which I need to console.log.
var str = "Hello Sir/Madam
            Please find password sent on your email.<br><br>\n545abea<br><br>
            Warm Regards,";
how to console.log what comes from AJAX?
 
     
     
     
    