The spread operator is used to:
A. replace an array with individual values
B. assign single values of an array to an variable
C. divide a number by itself
D. accept multiple values sent to a function into a single array
B. assign individual values to an array variable
Comments
Leave a comment