Replace "Francis" with the initial "F." by updating the element at index 0 in names to initial.
"Francis"
"F."
0
names
initial
Make sure to pick names[0], followed by =, and finally initial.
names[0]
=