TIL/js

[Javascript] Function.prototype.bind()

soomst 2022. 2. 17. 01:56

Function.prototype.bind()

추후 실행을 대비하는 함수로, 함수가 실행됐을 때 받을 인자를 미리 설정하게 해준다.