String Theory: Strings in Ruby
Working with strings in Ruby has been interesting. As the re is far more to pay attention to and what you can do then when dealing with just JavaScript. One of my favorite things is the ability to put a variable right in the middle of a string without having to first break out of it and then add it in. JavaScript var my_var = “day”; console.log(“Isn’t to”+my_var+” just lovely?”);...