Completed
If-Else Conditional Statements
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Ruby Programming for Beginners - Hands-On Crash Course and Interview FAQs
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Hello World
- 3 How to copy my ruby project
- 4 Comments
- 5 Variables
- 6 Getting input from user
- 7 Strings
- 8 Operators
- 9 Ternary Operator
- 10 Arrays
- 11 Hashes
- 12 If-Else Conditional Statements
- 13 Cases
- 14 For loop
- 15 While loop
- 16 Do While loop
- 17 Until & Unless
- 18 Break & Next
- 19 Redo & Retry
- 20 Methods
- 21 Classes & Objects
- 22 Run from Command line
- 23 Ruby Interview FAQs
- 24 What is Ruby
- 25 Who created Ruby
- 26 History of Ruby
- 27 Why is the name Ruby
- 28 Features of Ruby
- 29 Ruby Gems
- 30 Ruby Blocks
- 31 What is String Freezing in Ruby
- 32 Ruby Hashes
- 33 Difference between Class variables and Instance variables
- 34 Ruby Metaprogramming
- 35 How to Create new time instance in Ruby