Why do we reassign the result given by replace() to the original variable?
- So that the variable gets the updated value
- To not cause an error in our code
- So that the original variable is not updated
- To increase the lines of code we have
So that the variable gets the updated value.