Question:
I have this:
var questionExample0 = "Hi <name>, how are you doing? Well <name>, we have good news for you. <news>"
How do I change <name>
and <news>
to Stackoverflow
and I joined Stackoverflow
? (without using RegExp, Anchor to question using RegExp)