You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this article. From my understanding of what Arguments and Parameters are, it looks like the use of the word Arguments is used in the wrong context. The word Parameters should be used.
From my understanding "Arguments" describes the values being passed when it's called. And "Parameters" describe the variable placeholders that receive the "Arguments" being passed.
Unless it being an "Arrow Function" changes the context. I apologize if I'm wrong as I'm still learning.