This course covers the basics of programming in Ruby. Work your way through the videos/articles and I'll teach you everything you need to know to start your programming journey!
Data Types
Lesson 7
Author : 🦒
Last Updated : November, 2017
name = "John"
puts "Your name is #{name}"
puts "Your name is " + name