What are the parameters of the printNumbers function?

function printNumbers(first, second, third){
println(first);
println(second);
println(third);
}
JavaScript

first, second, third

x, y, z

println

printNumbers

first, second, third