Hi
how can I fix this:
in my console (chrome) when I log a string it’s looks like this:
“Hi Dear,\n\nThank you bla bla,\ntake your 6 Dollar.”
what should I do to make it like this:
"Hi Dear,
Thank you bla bla,
take your 6 Dollar."
thanks!
Hi
how can I fix this:
in my console (chrome) when I log a string it’s looks like this:
“Hi Dear,\n\nThank you bla bla,\ntake your 6 Dollar.”
what should I do to make it like this:
"Hi Dear,
Thank you bla bla,
take your 6 Dollar."
thanks!
Use backtick string literal
Do you mean Template strings? `````
That’s what I’m doing.
it seems like something in the browser setting.
Yeah. Try using other browsers and see