E0709: expected variable name after '...'
The spread operator ('...') must precede a variable name.
To fix this mistake, place the identifier after '...':
Find bugs in JavaScript programs.
The spread operator ('...') must precede a variable name.
To fix this mistake, place the identifier after '...':