const delegate = ( arg ) => { console.log( arg ); return 42; }; delegate( { lorem: 'dolor } );