Menu
×
×
Correct!
Exercise:Create a function with 2 parameters (myVar1 and myVar2), that are both strings:
function myFunc(@(6): @(6), @(6): @(6)) {
return(myVar1 + myVar2);
}
function myFunc(myVar1: string, myVar2: string) {
return(myVar1 + myVar2);
}
function myFunc(myVar2: string, myVar1: string) {
return(myVar1 + myVar2);
}
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 30 exercises.
Are you sure you want to continue?