Ruby Jumpstart
Activity
Congratulations everyone on completing unit 3! Now, let's move on to Unit 4! In this next unit, we'll be using a different programming language aside from JavaScript called Ruby. To get you prepared for tomorrow's lessons on it, we want you to at least see the new language in action and get some practice with it. Below, we've linked three different tutorials/guides that you can go through to begin familiarizing yourself with the language. It's up to you which tutorial you want to follow, and it's also up to you how much of it you go through, although we do have some suggestions below.
- Codeacademy - you will have to create an account, but it's free!
-
Learn Ruby the Hard Way - make sure to click the table of contents in the upper left corner to find more exercises
Expand to see table of contents
- The Bastard's Book of Ruby
While you go through one of the above tutorials, we suggest particularly paying attention on:
- Printing something in the console (the equivalent to console.log() in JavaScript)
- Writing an if/else statement
- Defining a method/function and calling it
It's your choice 😅
It's up to you if you want to get yourself ready for lessons or just jump in head first once we officially launch unit 4.