Q5
Single choice
A javaScript programmer defines the following function:
function square(number) {
return number * number;
What is the name of the function?