why the flip is there both String.prototype.replace and String.prototype.replaceAll in JavaScript
String.prototype.replace
String.prototype.replaceAll
ecma forgot about the /g switch
Task 1: Make a function that removes a certain string from another string.