I want to evaluate callback function before accepting it. This means I need to know at least the count of accepted argumens - if count doesn\'t match, I\'ll leave warning in
Here is shorter version var a = function(){ return [...arguments].length}