Javascript – How to show escape characters in a string? [duplicate]
This question already has answers here: avoid to escape a special characters in javascript (5 answers) Closed 10 years ago. Very simple question, but for some reason I can’t find the answer anywhere after 10 minutes of Googling. How can I show escape characters when printing in Javascript? Example: str = “HellonWorld”; console.log(str); Gives: Hello […]
Javascript – How to show escape characters in a string? [duplicate]
This question already has answers here: avoid to escape a special characters in javascript (5 answers) Closed 10 years ago. Very simple question, but for some reason I can’t find the answer anywhere after 10 minutes of Googling. How can I show escape characters when printing in Javascript? Example: str = “HellonWorld”; console.log(str); Gives: Hello […]