Awesome work! The += operator takes the question string and appends " where is the cat?" to it.
+=
question
" where is the cat?"
Oh noes! We need the += operator to append one string to another.