function displayScore(name, points) { console.log(name + ": " + points);}displayScore("John", 350);
Standard input is empty
John: 350
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!