Quiz

In this lesson, we will solve a quiz related to the concepts covered in the previous lesson.

Quiz

Technical Quiz
1.

What is the correct syntax to spread the values of an array?

A.

[.]

B.

(…)

C.

[…]

D.

{…}


1 / 2

Coding Challenge

Write the code to

...