Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of ephbaum

ephbaum

ephbaum has asked 2 questions and find answers to 1 problems.

Stats

21
EtPoint
1
Vote count
2
questions
1
answers

About

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