Add " Brett," to the friends variable's value.
" Brett,"
friends
Make sure to pick friends followed by = and then friends + " Brett,", ;.
=
friends + " Brett,"
;