JS
challenger
Home
JavaScript Basics
functions I
Complete the function
Complete the function
Finish the function
greet
so that it returns the string
"Hello!"
.
Premium
reset
function greet(name) { return `Hello, ${name}!`; } console.log(greet("Erik"));
JavaScript
Run Code
Console