var callbackFunc = function (a, b) { return a > b; }, func = function (a) { return a(2, 3); }; func(callbackFunc);