+ 4
Use the .replace() method on the String type to replace "still loving you" from paragraph.innerHTML, with "<strong>still loving you</strong>"
https://code.sololearn.com/WmB8u1pNUhlu/?ref=app
The String.prototype.replace() method
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/replace



