Menu
×
×
Correct!
Exercise:Use the correct String method to replace the word "Hello" with the word "Welcome".
let txt = "Hello World";
txt = txt.@(7)("Hello", "Welcome");
let txt = "Hello World";
txt = txt.replace("Hello", "Welcome");
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 67 exercises.
Are you sure you want to continue?