// For arrow functions, rest parameters should be preferred. let functionExpression = (...args) => { console.log("Arguments", args) };