I have the following string:
'You've just created'
When I assign this string to a JavaScript variable, this is interpreted as 2 strings because there's a ' character.
How can I escape it?
I have the following string:
'You've just created'
When I assign this string to a JavaScript variable, this is interpreted as 2 strings because there's a ' character.
How can I escape it?