Open CodeThePeace opened 5 years ago
Hi! Can you elaborate a little more about the issue please. Can you confirm that you are writing JavaScript in the JS panel only, if you are on Chrome extension?
As for the above code, it has illegal characters and so it doesn't run. The quotes in your code are wrong. It should be like this -> var person = "John Doe";
Thanks, you are correct. I was using Unicode 00A8 rather than U-0022.
Meta info
There is an unusual problem that strings are not allowed unless they are copied from another source. For example, a user typing in: var person = ¨John Doe¨;
will not get the same result as a user copying the exact same line of code from w3schools script variables pages.