Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Gabriel

Gabriel

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

Stats

938
EtPoint
293
Vote count
2
questions
41
answers

About

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

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