Skip to main content
Douglas.Sesar's user avatar
Douglas.Sesar's user avatar
Douglas.Sesar's user avatar
Douglas.Sesar
  • Member for 12 years, 2 months
  • Last seen this week
About

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());
5
gold badges
30
silver badges
38
bronze badges
162
Score
26
Posts
32
Posts %
131
Score
7
Posts
9
Posts %
125
Score
24
Posts
29
Posts %
115
Score
11
Posts
13
Posts %
35
Score
30
Posts
37
Posts %
19
Score
8
Posts
10
Posts %