In this section we talk about string interpolation heredocs and comments in CoffeeScript. String interpolation will let us easily build dynamic strings without having to worry about annoying and error-prone concatenation syntax. Heredocs allow us to easily build nicely formatted multiline strings. Comments well should be self explanatory.