if you see here If I post working code in step 3 for some reason my ending bracket is DELETED for some reason and a syntax error appears.
Why has no one adressed this?
Your code so far
const originalString = "I love cats.";
console.log("Original string:");
console.log(originalString);
// User Editable Region
const replacedString = originalString.replace("cats", "dogs";
// User Editable Region
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36
did you reset the step on step 4? the code that appear after resetting is the starting code of the step. If you have other code that appear that may be in your browser local storage, you can save new code by running the tests or using Ctrl + S