why the flip is there both String.prototype.replace and String.prototype.replaceAll in JavaScript

Nov 12, 2022, 7:07 AM
0 0 6

comments (single view)

ecma forgot about the /g switch

Task 1: Make a function that removes a certain string from another string.

View all comments