function displayNames(names) { console.log(names);} const students = ["Laurel", "Yanni"];displayNames(students);
Standard input is empty
Laurel,Yanni
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!