please assess my solution for the silly story generator [here is my code]https://codepen.io/abdisalam-abdulahi/pen/RwMxKaG
Hi again, @iidlex99
You replaced the placeholders directly in storyText
. The idea is to change them within newStory
with the help of replace()
or replaceAll()
like you did with the other values. The original text should remain unchanged.
The rest looks fine.
If you like you can update your code and I’ll have another look.
Michael