Frontend
Interviews
.dev
Problems
627. Function.length with Defaults
Easy
•
...
Predict the output.
function
f
(
a
,
b
=
1
,
c
)
{
}
console
.
log
(
f
.
length
)
What is the correct output/behavior?
1
2
3
0
Submit Answer
Reveal Answer
Select an option and submit your answer.
Next Problem
Auto-advance on correct answer