Remove All Occurrences of a Substring
- Write a function that takes a string and a substring as parameters.
- If the substring parameter value is found on the main string parameter
then remove the substring value on main
string and print new string in console.