Assessment Mode
Functions Challenge
Step
1
/12
Correct
0
What is logged?
function
a
(
){
return
1
};
console
.
log
(
a
());
A
1
B
undefined
C
Error
D
null
Check Answer