| 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
|
|
WordPress Answers | 366 rep | 16 |
|
|
Stack Overflow | 184 rep | 5 |
This user has no active bounties
33 Votes Cast
| all time | by type | month | |||||
|---|---|---|---|---|---|---|---|
| 32 | up | 17 | question | 2 | |||
| 1 | down | 16 | answer | ||||