You can either avoid nested double quotes, for example like this: `"or even better, use single quotes to quote a string, then you won’t need to avoid double quotes, for example:
'this string "has" quotes'
Note: with single quotes you will not get the variable extension in the string.
source
share