Hello World • Exercise 2/3

Greet Someone

00:00
0
15 points

Instructions

Create a function called greet that takes a name parameter and returns
"Hello, {name}!" where {name} is replaced with the actual name.

Use string interpolation with #{variable} inside double quotes.

Your Code

Results

Click "Run Tests" to see results