366 reputation
16
bio website dagtuts.com
location United States
age 28
visits member for 8 months
seen May 10 at 0:12
stats profile views 15
var experience = '**novice**';
var reason = 'It pays the bills.';
var Coding = function(reason){
     this.reason = reason;
 }

Coding.prototype.getProfitable = function(){
     return this.reason + '  And now I can do it for fun.';
}
var someday = new Coding(reason);
alert(someday.getProfitable);

This user has not asked any questions

33 Votes Cast

all time   by type   month  
32 up 17 question 2
1 down 16 answer