Exercise 1

Call this function, assigning the returned value to a variable that hasn't been declared beforehand. Make up the name of the variable.
function returnADozen() {
  return 12;
}

Press ctrl-Enter or click button to check answer.