this
sf.call(object, a, b, c); // a, b, c를 parameter로 받는 sf 함수의 this를 object로 지정한다.
sf.apply(object, [a, b, c])
const spf = sf.bind(object)