Learn
Control Flow in Ruby
Nice Work!
Great work! So far you’ve learned:
- How to use
if
,else
, andelsif
- How to use comparators / relational operators like
==
,!=
,<
,<=
,>
, and>=
- How to use boolean / logical operators like
&&
,||
, and!
Instructions
Take a second to reflect on what you’ve learned so far. When you’re ready, hit Next to start the review exercises.