I'm learning JavaScript by following the book series "You don't know JS".
In the section about spread operator ..., the author mentioned
I have looked at the MDN page on "arguments" and did a search on the keyword depre, but nothing in the page mentions that the arguments is deprecated.
Am I missing something?
