We've just learned quite a bit about the very basics, so it's time to dive into the details!

Strings are sequences of characters that we put between double quotes, right? Well, turns out we can also place them between single quotes.

Yes we are! Follow the map and we'll reach Ruby enlightenment! Anything in '' or "" will be read as a string.

Yes, but we already know that "" works, don't we?