×
×
Correct!
Concatenate the two strings to alert "Hello World!".
let str1 = "Hello ";
let str2 = "World!";
alert(@(4) @(1) @(4));
let str1 = "Hello ";
let str2 = "World!";
alert(str1 + str2);
Not CorrectClick here to try again. Correct! |
This will reset the score of ALL 67 exercises.
Are you sure you want to continue?