mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-14 07:00:51 -04:00
fix(learn): fix editable region workshop-string-transformer (#65273)
Co-authored-by: majestic-owl448 <26656284+majestic-owl448@users.noreply.github.com>
This commit is contained in:
@@ -48,8 +48,8 @@ const originalString = "I love cats.";
|
||||
console.log("Original string:");
|
||||
console.log(originalString);
|
||||
|
||||
--fcc-editable-region--
|
||||
const replacedString = originalString.replace("cats", "dogs");
|
||||
--fcc-editable-region--
|
||||
|
||||
--fcc-editable-region--
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user