Exit WGU-KVO1 WGU Web Development Applications (KVO1)
Question 1 of 5
0% complete
Q1 Single choice

A javaScript programmer defines the following function:

function square(number) {

return number * number;

What is the name of the function?

  • A

    Function

  • B

    Number

  • C

    Return

  • D

    square

Previous Next