Quiz Challenges
52
Question 20 of 52
38%
20
Consider the below code snippets, What will be the output?
function
getAge
(
...
args
)
{
console
.
log
(
typeof
args
)
;
}
getAge
(
21
)
;
A
array
B
object
Submit Answer
Previous
20
/
52
Next