A better way to get around this problem is to place a \ sign before the quote that's within the string, a practice that we call escaping.

Way to go! With the \ sign, or escape character, we can use apostrophes and quotes within strings.

Wouldn't that end the string right after 'Rick'?