Introduction
call() / apply() / bind() in JavaScript
- call()
- apply()
- bind()
- call() and apply() that immediately runs a function.
- bind() return a new function with a certain context and parameters.
A NOTE FOR DEVELOPERS
call() / apply() / bind() in JavaScript