💎 LearnRuby
Lessons Leaderboard
EN RU
Sign In Sign Up
Lessons Leaderboard
Language: EN RU
Sign In Sign Up
Lessons / Hello World
Module 1 Beginner Ruby 3.4

Hello World

Ruby 3.4

Learn the basics of Ruby functions and return values. This is your first step into Ruby programming!

Exercise (3)

â—‹
1.

Say Hello

Create your first Ruby function that returns a greeting.

10 points functions strings
â—‹
2.

Greet Someone

Create a function that accepts a name and returns a personalized greeting.

15 points functions arguments
â—‹
3.

Default Greeting

Create a function with a default parameter value.

15 points functions default parameters

Lesson Info

Beginner
Beginner
Exercise
3
Total Points
40
Ruby Version
3.4
Sign in to start
Back to all lessons

LearnRuby - Learn Ruby 3.4 with interactive exercises