Function.prototype.call() - JavaScript | MDN
call() は Function インスタンスのメソッドで、 this の値と、独立して提供された引数によって関数を呼び出します。