SwampGuzzler on master
tabsProject initial commit Oldest Parent inital commit Merge pull request #230 from LP… (compare)
SwampGuzzler on master
Added oldestlivingparent assign… Added tabs with ajax assignment added tab-angular assignment and 1 more (compare)
toastynerd on master
adding assignment 5.1 adding 5.1 adding solution for last assign… and 1 more (compare)
hankyates on master
Find oldest living parents from… Tab Example with GET request fr… Tab Example by using Angularjs and 1 more (compare)
(function () {
'use strict';
function Add(x, y) {
return x + y;
}
function countDecorator(func) {
var newfunc = function (x, y) {
newfunc.add();
return func(x, y);
};
newfunc.count = 0;
newfunc.callCount = function () {
return this.count;
};
newfunc.add = function () {
newfunc.count++;
};
return newfunc;
}
}());
var newfunc = function() {
newfunc.add();
return func.apply(this, arguments);
}
brew install nvm