Menu
×
×
Correct!
Exercise:Convert the text into an UPPERCASE text:
let txt = "Hello World!";
txt = txt.@(13);
let txt = "Hello World!";
txt = txt.toUpperCase();
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 67 exercises.
Are you sure you want to continue?