Often times we pass an array to a function because we want to return a part of it.
Make sure to pick return, followed by names[0], and finally ;.
return
names[0]
;