Replace symbol

Report a typo

What is the output of the following code?

let string = "104:45-69:90";
let newStr = string.replace(":", "-");
console.log(newStr);
Select one option from the list
___

Create a free account to access the full topic