Let's learn about functions with arrays as parameters. Pass the students array to the diplayNames() function to get started.
students
diplayNames()
Make sure to pick displayNames followed by ( and then students, ), ;.
displayNames
(
)
;