What would be the main cause of most of the problems reported on the forum - most people do coding beyond what is requested in the exercises.
The exercise statement was: “Create a for...of
loop to iterate through your rows
array, assigning each value to a row
variable.”
Solution: for (const row of rows) {
}
Bingo! No more, no less.
1 Like
Hi, I have moved your comment to its own thread as it is not related to the post you added it to which was already solved.
1 Like
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.