( x => { x.forEach( y => { console.log( y ); } ); return; } ) ( [ 'father', 'husband', 'developer', 'engineer', 'concerned', 'geek' ] );