Thanks for the response. Unfortunately that does not seem to change anything, I’m still getting an error upon execution. My code is now this as below, and the error still exists:
let myString = “Hello, World!”;
let myRegex = /Hello/;
var result = myRegex.test(myString); // Change this line
It works now! I updated firefox and restarted the browser and it’s working again. I received this error on every exercise prior to the update, but it seems to be gone now. Thanks all!
Just for your future reference, whenever you create a forum topic like this, share the link to the challenge along with the problem description. It helps to understand the issue better
Adding to what @Sunithack1 mentioned above, the easiest way to accomplish this is to click the Ask for Help button located on the challenge. It will auto-populate your code, the challenge url and other relevant info. It will also allow you to add your comments as you would normally.