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