What's wrong with this code?
The keyword
var
is added instead of
function
The function call is spelled incorrectly
The function is missing
{
and
}
The display statements are incorrect
The keyword
var
is added instead of
function
.