Inside the Student function, write a method getStudent() that displays the text "Student name: a, student surname: b, student age: c" via console.log(), where a, b, and c are parameters.
Please notice that you don't need to call student.getStudent() in the code.