What is the output of the following code?
let string = "104:45-69:90";
let newStr = string.replace(":", "-");
console.log(newStr);What is the output of the following code?
let string = "104:45-69:90";
let newStr = string.replace(":", "-");
console.log(newStr);Create a free account to access the full topic