主要考点:
1.this作用域
2.call apply bind的理解
3.argument的理解
4.展开语法...的理解
return function() {
console.log('arguments', arguments);
return f.call(oTarget, ...arguments);
}
主要考点:
1.this作用域
2.call apply bind的理解
3.argument的理解
4.展开语法...的理解
return function() {
console.log('arguments', arguments);
return f.call(oTarget, ...arguments);
}