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