...

/

Quiz on Function Arguments

Quiz on Function Arguments

Test your knowledge of function arguments.

We'll cover the following...
1

Which of the following is the right way to pass the rest parameter?

A)
const max = function(...values, first, second) {
B)
const max = function(first, ...values, second) {
C)
const max = function(first, second, ...values) {
Question 1 of 40 attempted
Access this course and 1400+ top-rated courses and projects.