Strings: Task 1
- Look up the other half of the quote, and add it to the example inside a variable called
quoteEnd.
- Concatenate the two strings together to make a single string containing the complete quote. Save the result inside a variable called
finalQuote.
- Fix the error with
quoteStart so the quote displays correctly