Quiz: Going Loopy Over Arrays
Test your knowledge of loops over arrays in JavaScript.
We'll cover the following...
1
What does the spread operator ( ...
) do to a string?
A)
Convert the string into an array of characters.
B)
Access member attributes or methods.
C)
Access individual characters of the string using indexing.
D)
Apply mathematical operations to the characters of the string.
Question 1 of 70 attempted
...