Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Gabriel

Gabriel

Gabriel has asked 2 questions and find answers to 43 problems.

Stats

974
EtPoint
302
Vote count
2
questions
43
answers

About

var Gabriel = Human.extend({
  first_name: 'Gabriel',
  last_name: 'Hernandez'
});

Gabriel.prototype.occupation = ( function ( rank ){
  return {
    position : rank + ' Software Engineer'
  };
})( 'Sr.' );