Ver originalfunction A(arg1,arg2,arg3){ B(arg1,arg2,arg3,'Hello'); }function B(arg1,arg2,arg3,arg4){ console.log(arg4)} A('hola','dos','tres');