Variables with let
Beginner
Javascript
15 XP
📋 Challenge
Create a variable called `name` using `let` and assign it your name. Then log a greeting.
Expected output: "Hello, [YourName]!"
✅ Expected Output
Hello, Student!
💡 Need Help?
Click to reveal hints one at a time.
Your Progress
Status: Pending