×
×
Correct!
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!let txt = "Hello World!"; txt = txt.w3exercise_input_no_0; |
This will reset the score of ALL 67 exercises.
Are you sure you want to continue?