var myStr = “I am a “double quoted"string inside"double quotes”.”;
var myStr = “I am a “double quoted” string inside “double quotes”.”;
Observe the difference between the two, the first is incorrect, the second is correct … You only need spaces between some words
So you know, its harder for us to help with screenshots. If you provide the text of the code you are using, with the </> button or with backticks ```, we can copy and paste your code to check for problems with browser extensions.
Next time you want to showcase a code, use the ``` backtick so it is easier for everyone to read.
The “preformatted text” tool in the editor (</>) will also add backticks around text.
Your code works perfectly fine with me. As I already said, remove the extensions and then reload the page then try it again. If this doesn’t work, you can try to use incognito mode, sign in and try it there, to prevent the website to use the cache.