How can we reuse the original variable after updating with replace()?

We can reassign the original variable to the updated stringWe can't reuse the original variable

We can reassign the original variable to the updated string.