Hacker News new | past | comments | ask | show | jobs | submit login

You know that you can just do

foo.prototype = { dothis: function(){}, dothat: function(){}

}

In the beginning I wrote it more like

foo.prototype.dothat = function(){} foo.prototype.dothis = function(){}

Which was a lot more ugly.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: