What happens when we reassign the result given by replace() to the original variable?
- The variable contains the updated value and we can use it normally
- It will cause an error in our code
- The value inside the original variable will not be updated
The variable contains the updated value and we can use it normally.