Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Gabriel

Gabriel

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

Stats

955
EtPoint
297
Vote count
2
questions
42
answers

About

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

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