See how ugly, confusing, and potentially buggy that code is? Did I remember to properly
close all the ' around my tag attributes? Did I add the correct number of "? I think so, but it
certainly isn’t easy to see at a glance.
CoffeeScript has followed the lead of some of the more modern languages, like Ruby, and gives
us two different types of strings, interpolated and literal. Let’s look at them.