最佳答案
var functor=function(){
//test
}
functor.prop=1;
console.log(functor);
this only show the function part of the functor, cannot show the properties of the functor in console.