Arrow Functions
Beginner
Javascript 25 XP
📋 Challenge

Create an arrow function called `greet` that takes a name and returns a greeting.

Then call it with "Bob" and log the result.

✅ Expected Output
Hello, Bob!
💡 Need Help?

Click to reveal hints one at a time.

Your Progress

Status: Pending

Code Editor