Menu
×
×
Correct!
Exercise:Create a function that specifically does not return a value:
@(8) myFunc(): @(4) {
console.log("Learning is Fun!");
}
function myFunc(): void {
console.log("Learning is Fun!");
}
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 30 exercises.
Are you sure you want to continue?