Strings are everywhere in Javascript. Whether we're greeting a user, labelling a button, or sending data across the internet, we're working with text values, and Javascript wraps those up in something called a string.
But a string isn't just some tex...