News

var helper = function(arg1, arg2) { return arg1 + arg2; }; //this is returning an actual instance of the class, but we wrap it in a function call to have real "private" members return function(){ ...
In functional programming, this is a big no-no. Mutations are considered a nasty side-effect that should be avoided. The issues that arise from mutation typically have to do with assumptions about ...