piezoney·9 anni fa·discussWell no, since you can use object destructuring.const fn = ( { arg1 = '', arg2 = [], arg3 = true } = {} ) => { }
const fn = ( { arg1 = '', arg2 = [], arg3 = true } = {} ) => { }