私は JavaScript の初心者です。キーワードの主な目的とそのthis
使用方法を理解するのに問題があります。
誰でも例を教えてください。
前もって感謝します。
thisキーワードは、通常、オブジェクトにバインドされる予約済みキーワードです。
When this appears in the body of a function, the object that is referenced by this usually depends on how the function was called.
There are many subtle details that can be found on MDN.this
Frequent accepted usage that you will encounter (beware, this is not always the case depending on ... the context) :