ephbaum

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