JS
challenger
Home
JavaScript Basics
functions II
Shorten arrow function
Shorten arrow function
Shorten this
arrow function
as much as possible.
Premium
reset
function greet(name) { return `Hello, ${name}!`; } console.log(greet("Erik"));
JavaScript
Run Code
Console