JS
challenger
Home
JavaScript Basics
functions II
Tranform to arrow function
Tranform to arrow function
Transform this
function expression
into an
arrow function
.
Premium
reset
function greet(name) { return `Hello, ${name}!`; } console.log(greet("Erik"));
JavaScript
Run Code
Console