| bio | website | |
|---|---|---|
| location | San Francisco, CA | |
| age | 33 | |
| visits | member for | 3 years |
| seen | Apr 5 at 20:28 | |
| stats | profile views | 0 |
var Gabriel = new Human({ age : 31 });
Gabriel.occupation = ( function ( rank ){
return {
employer : 'Root Music Inc.',
posiiton : rank + 'JavaScript Engineer'
}
})( 'Sr.' );