I would like to know if it is possible to extend a javascript function without having to repeat the parameters, as if it were a constructor,
function DefaultRun(args1,args2) {
}
function Run(args1, args2){
DefaultRun.call(this,
arg...
asked by
23.10.2018 / 21:01