functionsJavaScriptFunctionsEasyWhat is the difference between a parameter and an argument?1A parameter is named in the declaration; an argument is the actual value passed at call time2They are the same thing3An argument is in the declaration; a parameter is passed4Parameters only exist in arrow functionsBack to list