====== JavaScript thisキーワード ====== --- //[[http://www.y2sunlight.com/water|y2sunlight]] 2021-05-24// ^使用場所^参照先^ |関数外|Globalオブジェクト| |関数内|Globalオブジェクト(strictモードでundefined)| |コンストラクタ|対象オブジェクト| |メソッド|対象オブジェクト| |イベントリスナー|対象オブジェクト| |Functionオブジェクトの[[https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Global_Objects/Function/call|call]]メソッド|引数で指定されたオブジェクト| |Functionオブジェクトの[[https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Global_Objects/Function/apply|apply]]メソッド|引数で指定されたオブジェクト|