functionsJavaScriptFunctionsEasyWhat do rest parameters (...args) do?1Collect an indefinite number of arguments into an array2Spread an array into elements3Set default values4Bind the this contextBack to list