In this short video, I'll show you a fast and easy built-in method, the replace method on the String prototype in JavaScript.
This method takes two arguments, the 'search value' string, and the 'replace value' string, and then replaces the 'seach value' string with the 'replace value' string.